communicators/ssh: increase conect timeout [GH-2163]
This commit is contained in:
parent
e515ca22ab
commit
93f2e9ebbb
|
@ -194,7 +194,7 @@ module VagrantPlugins
|
||||||
]
|
]
|
||||||
|
|
||||||
retries = 5
|
retries = 5
|
||||||
timeout = 30
|
timeout = 60
|
||||||
|
|
||||||
@logger.info("Attempting SSH connnection...")
|
@logger.info("Attempting SSH connnection...")
|
||||||
connection = retryable(:tries => retries, :on => exceptions) do
|
connection = retryable(:tries => retries, :on => exceptions) do
|
||||||
|
|
Loading…
Reference in New Issue