diff --git a/plugins/communicators/ssh/communicator.rb b/plugins/communicators/ssh/communicator.rb index f5e9b02de..44c09fcec 100644 --- a/plugins/communicators/ssh/communicator.rb +++ b/plugins/communicators/ssh/communicator.rb @@ -194,7 +194,7 @@ module VagrantPlugins ] retries = 5 - timeout = 30 + timeout = 60 @logger.info("Attempting SSH connnection...") connection = retryable(:tries => retries, :on => exceptions) do