Increase the default SSH timeout

This commit is contained in:
Mitchell Hashimoto 2013-02-04 11:45:22 -08:00
parent a72cfdbc00
commit 71c65e68fd
1 changed files with 1 additions and 1 deletions

View File

@ -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"