Skip to content

Commit 73b8e42

Browse files
authored
Merge pull request #170 from pytest-dev/extend_timeout_for_test_hypothesis_inline_callbacks_fails
fix `test_hypothesis_inline_callbacks_fails()`
2 parents 5b1af47 + 1f7ffe2 commit 73b8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_basic.py

Lines changed: 1 addition & 1 deletion
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)