summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:52:10 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-26 18:52:10 -0800
commit00334a60563dd916ef353abb739cd9793263fa38 (patch)
treea1f51cdd1733c3c7f7ade064ee958abbc0b127d6
parent41e6a4804fff41f88b121489aa0672c6fab9a1a2 (diff)
downloadchef-00334a60563dd916ef353abb739cd9793263fa38.tar.gz
Change win service watchdog timeout to 20 mins
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index 07483ff394..a22f0169bb 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -646,7 +646,7 @@ class Chef
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
+ default :watchdog_timeout, 20 * 60
end
# Chef requires an English-language UTF-8 locale to function properly. We attempt