1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Relax performance spec limit

https://github.com/rubygems/rubygems/commit/eab417d0ce
This commit is contained in:
David Rodríguez 2022-06-07 10:46:30 +02:00 committed by git
parent b1e6e58cd1
commit f50432fba8

View file

@ -17,6 +17,6 @@ RSpec.describe "bundle install with complex dependencies", :realworld => true do
duration = Time.now - start_time
expect(duration.to_f).to be < 12 # seconds
expect(duration.to_f).to be < 18 # seconds
end
end