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 af1fd7d commit a46e3d7Copy full SHA for a46e3d7
test/timer.rb
@@ -47,7 +47,7 @@
47
}
48
elapsed = Timer.since(start)
49
expect(avg_et).must_be :>, 0.005
50
- expect(avg_et).must_be :<, 0.05
+ expect(avg_et).must_be :<, 0.1
51
expect(elapsed).must_be :>, 0.01
52
expect(elapsed).must_be :<, 0.2
53
end
0 commit comments