From cf191872fdeade823b4c49b53ec9b28d66a5c402 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 28 Mar 2020 15:23:28 -0700 Subject: Increase the number of Process.times attempts CI of 5806c54447439f2ba22892e4045e78dd80f96f0c did not succeed https://travis-ci.org/github/ruby/ruby/jobs/668072714 --- spec/ruby/core/process/times_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/core') diff --git a/spec/ruby/core/process/times_spec.rb b/spec/ruby/core/process/times_spec.rb index 2ec9924d16..57595c321a 100644 --- a/spec/ruby/core/process/times_spec.rb +++ b/spec/ruby/core/process/times_spec.rb @@ -25,7 +25,7 @@ describe "Process.times" do skip "getrusage is not supported on this environment" end - found = (max * 10).times.find do + found = (max * 100).times.find do time = Process.times.utime ('%.6f' % time).end_with?('000') end -- cgit v1.2.3