We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f36e7d commit 6327f16Copy full SHA for 6327f16
1 file changed
lib/iris/tests/test_utils.py
@@ -91,7 +91,7 @@ def test_wait_for_condition_timeout() -> None:
91
wait_for_condition(lambda: False, timeout=Duration.from_seconds(0.1))
92
elapsed = time.monotonic() - start
93
94
- assert 0.09 < elapsed < 0.2
+ assert 0.09 < elapsed < 1.0
95
96
97
def test_wait_for_condition_becomes_true() -> None:
0 commit comments