lib/vagrant-windows/config/winrm.rb in vagrant-windows-1.0.3 vs lib/vagrant-windows/config/winrm.rb in vagrant-windows-1.2.0
- old
+ new
@@ -40,10 +40,10 @@
@username = "vagrant" if @username == UNSET_VALUE
@password = "vagrant" if @password == UNSET_VALUE
@host = "localhost" if @host == UNSET_VALUE
@port = 5985 if @port == UNSET_VALUE
@guest_port = 5985 if @guest_port == UNSET_VALUE
- @max_tries = 12 if @max_tries == UNSET_VALUE
+ @max_tries = 20 if @max_tries == UNSET_VALUE
@timeout = 1800 if @timeout == UNSET_VALUE
end
end
end