From bc4cbd7ace6352f4eba3e0a9e5944d054c60061d Mon Sep 17 00:00:00 2001 From: sersut Date: Mon, 8 Jul 2013 22:09:50 +0300 Subject: Increase the default yum timeout to 5 minutes. --- lib/chef/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/config.rb b/lib/chef/config.rb index 8e61784099..fe36272a58 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 300 solo false splay nil why_run false -- cgit v1.2.1 From 057b69ae4831060ddfbcbcbcb84a33d9500f1d90 Mon Sep 17 00:00:00 2001 From: sersut Date: Mon, 8 Jul 2013 22:47:34 +0300 Subject: Bump up the yum timeout even more to 15 minutes. --- lib/chef/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1