Increased timeout for Ubuntu 24.04 valgrind

This commit is contained in:
Andrew Murray 2024-04-27 21:57:06 +10:00
parent c250a44177
commit f867e6ba3f

View File

@ -66,7 +66,7 @@ def test_decompression_bomb() -> None:
font.getmask("A" * 1_000_000) font.getmask("A" * 1_000_000)
@pytest.mark.timeout(4) @pytest.mark.timeout(5)
def test_oom() -> None: def test_oom() -> None:
glyph = struct.pack( glyph = struct.pack(
">hhhhhhhhhh", 1, 0, -32767, -32767, 32767, 32767, -32767, -32767, 32767, 32767 ">hhhhhhhhhh", 1, 0, -32767, -32767, 32767, 32767, -32767, -32767, 32767, 32767