From f50432fba850fd163be07a8c7062517eb7ba6e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 7 Jun 2022 10:46:30 +0200 Subject: [rubygems/rubygems] Relax performance spec limit https://github.com/rubygems/rubygems/commit/eab417d0ce --- spec/bundler/realworld/slow_perf_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/realworld/slow_perf_spec.rb b/spec/bundler/realworld/slow_perf_spec.rb index aced5a1641..9f11821bf5 100644 --- a/spec/bundler/realworld/slow_perf_spec.rb +++ b/spec/bundler/realworld/slow_perf_spec.rb @@ -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 -- cgit v1.2.3