Merge pull request #9164 from MikeMcQuaid/network-retry-timeout
spec_helper: increase needs_network timeout and retry.
This commit is contained in:
commit
7fa3bcc23f
@ -78,7 +78,8 @@ RSpec.configure do |config|
|
|||||||
config.default_retry_count = 2
|
config.default_retry_count = 2
|
||||||
|
|
||||||
config.around(:each, :needs_network) do |example|
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user