mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Increase the number of Process.times attempts
CI of5806c54447
did not succeed668072714
This commit is contained in:
parent
92c25114ab
commit
cf191872fd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ describe "Process.times" do
|
||||||
skip "getrusage is not supported on this environment"
|
skip "getrusage is not supported on this environment"
|
||||||
end
|
end
|
||||||
|
|
||||||
found = (max * 10).times.find do
|
found = (max * 100).times.find do
|
||||||
time = Process.times.utime
|
time = Process.times.utime
|
||||||
('%.6f' % time).end_with?('000')
|
('%.6f' % time).end_with?('000')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue