summaryrefslogtreecommitdiff
path: root/spec/functional/resource/remote_file_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/resource/remote_file_spec.rb')
-rw-r--r--spec/functional/resource/remote_file_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/remote_file_spec.rb b/spec/functional/resource/remote_file_spec.rb
index a121cbb1f3..44a7a46d68 100644
--- a/spec/functional/resource/remote_file_spec.rb
+++ b/spec/functional/resource/remote_file_spec.rb
@@ -29,8 +29,8 @@ describe Chef::Resource::RemoteFile do
@old_file_cache = Chef::Config[:file_cache_path]
Chef::Config[:file_cache_path] = file_cache_path
Chef::Config[:rest_timeout] = 2
- Chef::Config[:http_retry_delay] = 0
- Chef::Config[:http_retry_count] = 0
+ Chef::Config[:http_retry_delay] = 1
+ Chef::Config[:http_retry_count] = 2
end
after(:each) do