Skip to content

Commit

Permalink
wider variation when testing perftimer lap_time
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Aug 8, 2023
1 parent eb6c9e7 commit f6bbf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_perf_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_perftimer_actions():
time.sleep(1.1)
timer.stop()
assert timer.lap_time >= 1
assert timer.lap_time < 1.2
assert timer.lap_time < 1.5
assert timer.start_time is None
assert timer.stop_time is None

Expand Down

0 comments on commit f6bbf0c

Please sign in to comment.