summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/config.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 8392f1b93f..07483ff394 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -644,6 +644,8 @@ class Chef
default :override_attribute_whitelist, nil
config_context :windows_service do
+ # Set `watchdog_timeout` to the number of seconds to wait for a chef-client run
+ # to finish
default :watchdog_timeout, Mixlib::ShellOut::DEFAULT_READ_TIMEOUT
end