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 c3146df commit 33723e6Copy full SHA for 33723e6
test/async/idler.rb
@@ -30,7 +30,7 @@
30
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)
+ expect(Fiber.scheduler.load).to be_within(0.25).of(0.5)
34
end
35
36
it_behaves_like Async::ChainableAsync
0 commit comments