From 2b8fbc7beeed474307b58d0fbae279bc37c8e7c5 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:35:38 +0200 Subject: [PATCH] [CI fixup] Extending test_intense_image_rendering() unit test timeout --- test/test_perfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_perfs.py b/test/test_perfs.py index 5bc9755b3..0e471de34 100644 --- a/test/test_perfs.py +++ b/test/test_perfs.py @@ -7,7 +7,7 @@ HERE = Path(__file__).resolve().parent -@ensure_exec_time_below(seconds=9) +@ensure_exec_time_below(seconds=10) @ensure_rss_memory_below(mib=8) def test_intense_image_rendering(): png_file_paths = []