Skip to content

Commit 8bb1921

Browse files
k0kubuneregon
authored andcommitted
Increase the number of Process.times attempts
CI of 5806c54447439f2ba22892e4045e78dd80f96f0c did not succeed https://travis-ci.org/github/ruby/ruby/jobs/668072714
1 parent 737140e commit 8bb1921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/process/times_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
skip "getrusage is not supported on this environment"
2626
end
2727

28-
found = (max * 10).times.find do
28+
found = (max * 100).times.find do
2929
time = Process.times.utime
3030
('%.6f' % time).end_with?('000')
3131
end

0 commit comments

Comments
 (0)