Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit ff8b6b5

Browse files
committed
Increase a timeout to avoid flaky failures
1 parent 1ec9ad2 commit ff8b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_apply_passthrough(self):
130130
assert actual_arg_0 == 1
131131
assert actual_arg_1 == 2
132132
assert actual_arg_meep == "moop"
133-
assert actual_arg_timeuut == pytest.approx(42.0, abs=0.01)
133+
assert actual_arg_timeuut == pytest.approx(42.0, abs=0.02)
134134

135135

136136
class TestConstantTimeout(object):

0 commit comments

Comments
 (0)