diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-26 18:52:10 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-26 18:52:10 -0800 |
commit | 00334a60563dd916ef353abb739cd9793263fa38 (patch) | |
tree | a1f51cdd1733c3c7f7ade064ee958abbc0b127d6 /lib/chef/config.rb | |
parent | 41e6a4804fff41f88b121489aa0672c6fab9a1a2 (diff) | |
download | chef-00334a60563dd916ef353abb739cd9793263fa38.tar.gz |
Change win service watchdog timeout to 20 mins
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r-- | lib/chef/config.rb | 2 |
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 |