Skip to content
Snippets Groups Projects
Unverified Commit 7fa3bcc2 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #9164 from MikeMcQuaid/network-retry-timeout

spec_helper: increase needs_network timeout and retry.
parents 9f458142 844fa3bb
No related branches found
No related tags found
Loading
......@@ -78,7 +78,8 @@ RSpec.configure do |config|
config.default_retry_count = 2
config.around(:each, :needs_network) do |example|
example.run_with_retry retry: 3, retry_wait: 3
example.metadata[:timeout] ||= 120
example.run_with_retry retry: 5, retry_wait: 5
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment