summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/http/basic_client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/http/basic_client.rb b/lib/chef/http/basic_client.rb
index e800112dbe..d26b675fbf 100644
--- a/lib/chef/http/basic_client.rb
+++ b/lib/chef/http/basic_client.rb
@@ -98,6 +98,7 @@ class Chef
end
http_client.read_timeout = config[:rest_timeout]
+ http_client.open_timeout = config[:rest_timeout]
http_client
end