Skip to content

Commit

Permalink
Merge branch 'main' into update_matrix_3_12
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky authored Mar 18, 2024
2 parents 72eaaaa + 73b8e42 commit 8de78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1345,5 +1345,5 @@ def test_inline_callbacks(x):
yield
"""
testdir.makepyfile(test_file)
rr = testdir.run(*cmd_opts, timeout=timeout)
rr = testdir.run(*cmd_opts, timeout=3 * timeout)
assert_outcomes(rr, {"failed": 1})

0 comments on commit 8de78a6

Please sign in to comment.