Make test_log_time less flaky.
This commit is contained in:
parent
508993ac68
commit
cc738fa846
@ -42,4 +42,4 @@ def test_log_time(caplog):
|
|||||||
assert match
|
assert match
|
||||||
|
|
||||||
duration = float(match.group(1))
|
duration = float(match.group(1))
|
||||||
assert 0.08 <= duration <= 0.12
|
assert 0.08 <= duration <= 0.20
|
||||||
|
Loading…
Reference in New Issue
Block a user