Skip to content

Commit

Permalink
Bumping ensure_exec_time_below() thresholds to stabilize the GitHub A…
Browse files Browse the repository at this point in the history
…ctions pipelines
  • Loading branch information
Lucas-C committed Oct 30, 2023
1 parent da2eda9 commit 40d64d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=8)
@ensure_exec_time_below(seconds=9)
@ensure_rss_memory_below(mib=8)
def test_intense_image_rendering():
png_file_paths = []
Expand Down
2 changes: 1 addition & 1 deletion test/text/test_cell.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def test_cell_deprecated_txt_arg():
pdf.cell(txt="Lorem ipsum Ut nostrud irure")


@ensure_exec_time_below(seconds=22)
@ensure_exec_time_below(seconds=24)
@ensure_rss_memory_below(mib=1)
def test_cell_speed_with_long_text(): # issue #907
pdf = FPDF()
Expand Down

0 comments on commit 40d64d4

Please sign in to comment.