summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2010-02-26 22:10:46 -0800
committerChristopher Brown <cb@opscode.com>2010-02-26 22:10:46 -0800
commitae9d419ab9ac4dfab4c2f72fa5296297fc3f58dc (patch)
treea1f03b425f1b05b3fcb83f584c3a37a88fb3d267
parent8abe22ad8ab8f16a49ffcce121a14672874b8988 (diff)
downloadchef-ae9d419ab9ac4dfab4c2f72fa5296297fc3f58dc.tar.gz
increase the rest timeout to make client creation succeed under heavy load
-rw-r--r--chef/lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/config.rb b/chef/lib/chef/config.rb
index 9e72b7ba15..d9b5fa3458 100644
--- a/chef/lib/chef/config.rb
+++ b/chef/lib/chef/config.rb
@@ -137,7 +137,7 @@ class Chef
registration_url "http://localhost:4000"
client_url "http://localhost:4042"
remotefile_url "http://localhost:4000"
- rest_timeout 60
+ rest_timeout 300
run_command_stderr_timeout 120
run_command_stdout_timeout 120
search_url "http://localhost:4000"