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 e385357 commit f9044b9Copy full SHA for f9044b9
test/async/idler.rb
@@ -30,7 +30,7 @@
30
sleep 1.1
31
32
# Verify that the load is within the desired range:
33
- expect(Fiber.scheduler.load).to be_within(0.1).of(0.5)
+ expect(Fiber.scheduler.load).to be_within(0.2).of(0.5)
34
end
35
36
it_behaves_like Async::ChainableAsync
0 commit comments