summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2013-07-08 12:52:23 -0700
committerSerdar Sutay <serdar@opscode.com>2013-07-08 12:52:23 -0700
commit07f0c37661da465d524a57bccd0dcf86af2c83df (patch)
tree19602ebffe3a99a2e7ee0d83c2a4b3e68506e477
parentaf181c74a1b39c123400b1027285e883e71060c3 (diff)
parent057b69ae4831060ddfbcbcbcb84a33d9500f1d90 (diff)
downloadchef-07f0c37661da465d524a57bccd0dcf86af2c83df.tar.gz
Merge pull request #882 from opscode/default-yum-timeout
Increase the default yum timeout to 5 minutes.
-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 8e61784099..e3211d232e 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -189,7 +189,7 @@ class Chef
chef_server_url "https://localhost:443"
rest_timeout 300
- yum_timeout 120
+ yum_timeout 900
solo false
splay nil
why_run false