diff --git a/config/default.rb b/config/default.rb index 2e96ea9d2..74e8ee2f7 100644 --- a/config/default.rb +++ b/config/default.rb @@ -8,8 +8,8 @@ Vagrant::Config.run do |config| config.ssh.host = "127.0.0.1" config.ssh.forwarded_port_key = "ssh" config.ssh.forwarded_port_destination = 22 - config.ssh.max_tries = 10 - config.ssh.timeout = 30 + config.ssh.max_tries = 100 + config.ssh.timeout = 7 config.ssh.private_key_path = File.expand_path("keys/vagrant", Vagrant.source_root) config.ssh.forward_agent = false config.ssh.forward_x11 = false