Skip to content

Commit 8de78a6

Browse files
authored
Merge branch 'main' into update_matrix_3_12
2 parents 72eaaaa + 73b8e42 commit 8de78a6

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)