diff --git a/config/default.rb b/config/default.rb index f107499c8..dc24ca140 100644 --- a/config/default.rb +++ b/config/default.rb @@ -9,7 +9,7 @@ Vagrant::Config.run do |config| config.ssh.host = "localhost" config.ssh.forwarded_port_key = "ssh" config.ssh.max_tries = 10 - config.ssh.timeout = 10 + config.ssh.timeout = 30 config.vm.box_ovf = "box.ovf" config.vm.base_mac = "0800279C2E42" diff --git a/script/vagrant-ssh-expect.sh b/script/vagrant-ssh-expect.sh index f27aeebeb..280bd8efc 100755 --- a/script/vagrant-ssh-expect.sh +++ b/script/vagrant-ssh-expect.sh @@ -4,6 +4,7 @@ set uname [lrange $argv 0 0] set password [lrange $argv 1 1] set host [lrange $argv 2 2] set port [lrange $argv 3 3] +set timeout 30 if { $port != "" } { set port_option "-p $port"