Open dongyuzheng opened 8 years ago
For those who have instant timeouts for WinRM, the default is not the expected 20 minutes (like for SSH timeout).
You need to set "winrm_timeout": "10000s" in the config.
"winrm_timeout": "10000s"
Somewhat addressed in https://github.com/xenserver/packer-builder-xenserver/issues/52
For those who have instant timeouts for WinRM, the default is not the expected 20 minutes (like for SSH timeout).
You need to set
"winrm_timeout": "10000s"
in the config.