From 00334a60563dd916ef353abb739cd9793263fa38 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Thu, 26 Feb 2015 18:52:10 -0800 Subject: Change win service watchdog timeout to 20 mins --- lib/chef/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/config.rb') 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 -- cgit v1.2.1