Skip to content

Commit

Permalink
#73 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 17, 2024
1 parent a81fd34 commit 62a388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fbe/test_octo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ def test_pauses_when_quota_is_exceeded
assert(!o.off_quota) if n > 100
limit -= 1
end
assert_in_delta(pause, Time.now - start_time, 0.4)
assert_in_delta(pause, Time.now - start_time, 1)
end
end

0 comments on commit 62a388f

Please sign in to comment.