mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-05 04:50:09 +03:00
Increased timeout for Ubuntu 24.04 valgrind
This commit is contained in:
parent
c250a44177
commit
f867e6ba3f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user