This pull request addresses the issue that I was seeing in my test kitchen environment with intermittent timeout errors for the service['wuauserv'] resource.
It simply adds a timeout property to the resource and defaults it to 60 seconds (which is the Chef default on the service resource). No functionality will change for current users of the cookbook who do not set this attribute.
This pull request addresses the issue that I was seeing in my test kitchen environment with intermittent timeout errors for the
service['wuauserv']
resource.It simply adds a timeout property to the resource and defaults it to 60 seconds (which is the Chef default on the
service
resource). No functionality will change for current users of the cookbook who do not set this attribute.https://github.com/criteo-cookbooks/wsus-client/issues/43