Skip to content

Commit 170376f

Browse files
committed
Fix flakey test - queue timeout may be slow in CI.
1 parent eb873e4 commit 170376f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fixtures/async/a_queue_with_timeout.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ module Async
4343

4444
expect(result).to be_nil
4545
expect(elapsed).to be >= 0.1
46-
expect(elapsed).to be < 0.2 # Should not wait much longer
4746
end
4847

4948
it "returns item before timeout expires" do

0 commit comments

Comments
 (0)