diff --git a/Library/Homebrew/test/spec_helper.rb b/Library/Homebrew/test/spec_helper.rb index 91697e5218a93..f52ca5123396e 100644 --- a/Library/Homebrew/test/spec_helper.rb +++ b/Library/Homebrew/test/spec_helper.rb @@ -78,7 +78,8 @@ 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