communicators/ssh: increase conect timeout [GH-2163]

This commit is contained in:
Mitchell Hashimoto 2013-09-15 17:37:40 -07:00
parent e515ca22ab
commit 93f2e9ebbb
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ module VagrantPlugins
]
retries = 5
timeout = 30
timeout = 60
@logger.info("Attempting SSH connnection...")
connection = retryable(:tries => retries, :on => exceptions) do