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 6e32779 commit 21a23cdCopy full SHA for 21a23cd
spec/concurrent/atomic/condition_spec.rb
@@ -86,7 +86,7 @@ module Concurrent
86
sleep(0.1)
87
result.should be_woken_up
88
result.should_not be_timed_out
89
- result.remaining_time.should be_within(0.05).of(0.87)
+ result.remaining_time.should be_within(0.1).of(0.85)
90
t.status.should be_false
91
end
92
@@ -98,7 +98,7 @@ module Concurrent
98
99
100
101
102
103
104
0 commit comments