Skip to content

Commit 6327f16

Browse files
committed
Loosen bounds.
1 parent 4f36e7d commit 6327f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/iris/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_wait_for_condition_timeout() -> None:
9191
wait_for_condition(lambda: False, timeout=Duration.from_seconds(0.1))
9292
elapsed = time.monotonic() - start
9393

94-
assert 0.09 < elapsed < 0.2
94+
assert 0.09 < elapsed < 1.0
9595

9696

9797
def test_wait_for_condition_becomes_true() -> None:

0 commit comments

Comments
 (0)