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:
parent
b1e6e58cd1
commit
f50432fba8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue