From f867e6ba3f6073d53951a18686cdaeedddf4d91b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 27 Apr 2024 21:57:06 +1000 Subject: [PATCH] Increased timeout for Ubuntu 24.04 valgrind --- Tests/test_imagefontpil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_imagefontpil.py b/Tests/test_imagefontpil.py index 3b1c14b4e..f36669174 100644 --- a/Tests/test_imagefontpil.py +++ b/Tests/test_imagefontpil.py @@ -66,7 +66,7 @@ def test_decompression_bomb() -> None: font.getmask("A" * 1_000_000) -@pytest.mark.timeout(4) +@pytest.mark.timeout(5) def test_oom() -> None: glyph = struct.pack( ">hhhhhhhhhh", 1, 0, -32767, -32767, 32767, 32767, -32767, -32767, 32767, 32767