aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/ruby/core/process/times_spec.rb2
1 files changed, 1 insertions, 1 deletions
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