Skip to content

Commit c6329c2

Browse files
committed
Increase the timeout to account for slow CI nodes
1 parent 050fb00 commit c6329c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gzip_ng_threaded.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_threaded_writer_does_not_close_stream():
213213
assert gzip.decompress(test_stream.read()) == b"thisisatest"
214214

215215

216-
@pytest.mark.timeout(5)
216+
@pytest.mark.timeout(15)
217217
@pytest.mark.parametrize(
218218
["mode", "threads"], itertools.product(["rb", "wb"], [1, 2]))
219219
def test_threaded_program_can_exit_on_error(tmp_path, mode, threads):

0 commit comments

Comments
 (0)