chef-provisioning
chef-provisioning copied to clipboard
Configurable timeout for available? method in WinRM class
At the moment the method waits 10 seconds (hardcoded) for running pwd command. I would like to add a check for timeout key in options hash before using default 10 seconds. It would allow users like me to specify arbitrary value in case when 10 seconds is not enough.