summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/config.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 57dcd01c98..8392f1b93f 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -644,6 +644,7 @@ class Chef
default :override_attribute_whitelist, nil
config_context :windows_service do
+ default :watchdog_timeout, Mixlib::ShellOut::DEFAULT_READ_TIMEOUT
end
# Chef requires an English-language UTF-8 locale to function properly. We attempt