Skip to content

Commit

Permalink
Increase the timeout to account for slow CI nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Sep 11, 2024
1 parent 050fb00 commit c6329c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gzip_ng_threaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def test_threaded_writer_does_not_close_stream():
assert gzip.decompress(test_stream.read()) == b"thisisatest"


@pytest.mark.timeout(5)
@pytest.mark.timeout(15)
@pytest.mark.parametrize(
["mode", "threads"], itertools.product(["rb", "wb"], [1, 2]))
def test_threaded_program_can_exit_on_error(tmp_path, mode, threads):
Expand Down

0 comments on commit c6329c2

Please sign in to comment.