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 eb873e4 commit 170376fCopy full SHA for 170376f
1 file changed
fixtures/async/a_queue_with_timeout.rb
@@ -43,7 +43,6 @@ module Async
43
44
expect(result).to be_nil
45
expect(elapsed).to be >= 0.1
46
- expect(elapsed).to be < 0.2 # Should not wait much longer
47
end
48
49
it "returns item before timeout expires" do
0 commit comments