Fix flaky log_time test.
This commit is contained in:
parent
024549e3b0
commit
903d437943
@ -42,4 +42,4 @@ def test_log_time(caplog):
|
||||
assert match
|
||||
|
||||
duration = float(match.group(1))
|
||||
assert 0.08 <= duration <= 0.20
|
||||
assert 0 < duration < 1
|
||||
|
Loading…
Reference in New Issue
Block a user