Skip to content

Commit f9044b9

Browse files
committed
Relax idler assertions.
1 parent e385357 commit f9044b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async/idler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
sleep 1.1
3131

3232
# Verify that the load is within the desired range:
33-
expect(Fiber.scheduler.load).to be_within(0.1).of(0.5)
33+
expect(Fiber.scheduler.load).to be_within(0.2).of(0.5)
3434
end
3535

3636
it_behaves_like Async::ChainableAsync

0 commit comments

Comments
 (0)