Skip to content

Commit f4bde63

Browse files
committed
tests: bigger timeout
Seems 4 is a little too short and makes the test flaky
1 parent 7da97de commit f4bde63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def mktemp(s, p, **kwargs):
104104
matcher.fnmatch_lines(expected.split("\n"))
105105

106106

107-
@pytest.mark.async_timeout(4)
107+
@pytest.mark.async_timeout(5)
108108
async it "cleans up tests properly on interrupt":
109109
directory = os.path.join(this_dir, "interrupt_test")
110110
expected_file = os.path.join(directory, "expected")

0 commit comments

Comments
 (0)