Skip to content

Commit

Permalink
[CI fixup] Extending test_intense_image_rendering() unit test test ma…
Browse files Browse the repository at this point in the history
…x memory usage (#1268)
  • Loading branch information
Lucas-C authored Sep 30, 2024
1 parent 90c7d7f commit 31688e3
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 @@ -8,7 +8,7 @@


@ensure_exec_time_below(seconds=9)
@ensure_rss_memory_below(mib=8)
@ensure_rss_memory_below(mib=15)
def test_intense_image_rendering():
png_file_paths = []
for png_file_path in (HERE / "image/png_images/").glob("*.png"):
Expand Down

0 comments on commit 31688e3

Please sign in to comment.