Skip to content

Commit

Permalink
[CI fixup] Extending test_intense_image_rendering() unit test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Sep 30, 2024
1 parent 90c7d7f commit 2b8fbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_perfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 2b8fbc7

Please sign in to comment.