vagrant/plugins/communicators
Paul Hinze 1e84cc4d6a communicators/winrm: respect boot_timeout when fetching winrm_info
We gained a ton of improvemnts to WinRM error handling in
https://github.com/mitchellh/vagrant/pull/4943, but we also got one bug.

The new code raises an exception when `winrm_info` does not return right
away. This was preventing us from catching the retry/timout logic that's
meant to wait until boot_timeout for the WinRM communicator to be ready.

This restores the proper behavior by rescuing the WinRMNotReady
exception and continuing to retry until the surrounding timeout fires.
2015-09-02 16:36:23 -05:00
..
ssh kernel/v2: customizable sudo_command [GH-5573] 2015-07-09 09:30:47 -06:00
winrm communicators/winrm: respect boot_timeout when fetching winrm_info 2015-09-02 16:36:23 -05:00