xenserver / packer-plugin-xenserver

A builder plugin for Packer.IO to support building Citrix Hypervisor images.
Mozilla Public License 2.0
101 stars 115 forks source link

WinRM timeout defaults to zero #52

Open dongyuzheng opened 8 years ago

dongyuzheng commented 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.

dongyuzheng commented 8 years ago

Somewhat addressed in https://github.com/xenserver/packer-builder-xenserver/issues/52