Increase the default SSH timeout
This commit is contained in:
parent
a72cfdbc00
commit
71c65e68fd
|
@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
|
|||
config.ssh.username = "vagrant"
|
||||
config.ssh.guest_port = 22
|
||||
config.ssh.max_tries = 100
|
||||
config.ssh.timeout = 10
|
||||
config.ssh.timeout = 30
|
||||
config.ssh.forward_agent = false
|
||||
config.ssh.forward_x11 = false
|
||||
config.ssh.shell = "bash -l"
|
||||
|
|
Loading…
Reference in New Issue