diff --git a/tests/utils/debug/test_log_time.py b/tests/utils/debug/test_log_time.py index 2f80b38f1..3769cb6a2 100644 --- a/tests/utils/debug/test_log_time.py +++ b/tests/utils/debug/test_log_time.py @@ -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