summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-07-08 22:47:34 +0300
committersersut <serdar@opscode.com>2013-07-08 22:47:34 +0300
commit057b69ae4831060ddfbcbcbcb84a33d9500f1d90 (patch)
tree19602ebffe3a99a2e7ee0d83c2a4b3e68506e477 /lib/chef
parentbc4cbd7ace6352f4eba3e0a9e5944d054c60061d (diff)
downloadchef-057b69ae4831060ddfbcbcbcb84a33d9500f1d90.tar.gz
Bump up the yum timeout even more to 15 minutes.
Diffstat (limited to 'lib/chef')
-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 fe36272a58..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 300
+ yum_timeout 900
solo false
splay nil
why_run false