From 93f2e9ebbba97226aab221285f482ddc43089426 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 15 Sep 2013 17:37:40 -0700 Subject: [PATCH] communicators/ssh: increase conect timeout [GH-2163] --- plugins/communicators/ssh/communicator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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