Skip to content

Commit 49568f3

Browse files
committed
Fix flakey test.
1 parent ce55ec2 commit 49568f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/async/idler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
end
2828

2929
# This test must be longer than the idle calculation window (1s)...
30-
sleep 1.1
30+
sleep 2.0
3131

3232
# Verify that the load is within the desired range:
3333
expect(Fiber.scheduler.load).to be_within(0.2).of(0.5)

0 commit comments

Comments
 (0)