We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3720b commit 5aa9edbCopy full SHA for 5aa9edb
spec/concurrent/utility/timer_spec.rb
@@ -22,7 +22,7 @@ module Concurrent
22
Concurrent::timer(0.1){ latch.count_down }
23
latch.wait(1)
24
diff = Time.now.to_f - start
25
- expect(diff).to be > 0.9
+ expect(diff).to be > 0.09
26
expect(diff).to be < 0.5
27
end
28
0 commit comments