diff options
author | sersut <serdar@opscode.com> | 2013-07-08 22:47:34 +0300 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2013-07-08 22:47:34 +0300 |
commit | 057b69ae4831060ddfbcbcbcb84a33d9500f1d90 (patch) | |
tree | 19602ebffe3a99a2e7ee0d83c2a4b3e68506e477 /lib/chef | |
parent | bc4cbd7ace6352f4eba3e0a9e5944d054c60061d (diff) | |
download | chef-057b69ae4831060ddfbcbcbcb84a33d9500f1d90.tar.gz |
Bump up the yum timeout even more to 15 minutes.
Diffstat (limited to 'lib/chef')
-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 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 |