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 ce55ec2 commit 49568f3Copy full SHA for 49568f3
1 file changed
test/async/idler.rb
@@ -27,7 +27,7 @@
27
end
28
29
# This test must be longer than the idle calculation window (1s)...
30
- sleep 1.1
+ sleep 2.0
31
32
# Verify that the load is within the desired range:
33
expect(Fiber.scheduler.load).to be_within(0.2).of(0.5)
0 commit comments