Skip to content

Commit 1f7ffe2

Browse files
authored
extend timeout for test_hypothesis_inline_callbacks_fails()
1 parent 5b1af47 commit 1f7ffe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1345,5 +1345,5 @@ def test_inline_callbacks(x):
13451345
yield
13461346
"""
13471347
testdir.makepyfile(test_file)
1348-
rr = testdir.run(*cmd_opts, timeout=timeout)
1348+
rr = testdir.run(*cmd_opts, timeout=3 * timeout)
13491349
assert_outcomes(rr, {"failed": 1})

0 commit comments

Comments
 (0)