8000 Merge pull request #22962 from meeseeksmachine/auto-backport-of-pr-22… · matplotlib/matplotlib@6061fe6 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6061fe6

Browse files
authored
Merge pull request #22962 from meeseeksmachine/auto-backport-of-pr-22961-on-v3.5.x
Backport PR #22961 on branch v3.5.x (Raised macosx memory leak threshold)
2 parents 930bb82 + f74aa2f commit 6061fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_backends_interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def test_figure_leak_20490(env, time_mem):
459459
# threshold.
460460
pause_time, acceptable_memory_leakage = time_mem
461461
if env["MPLBACKEND"] == "macosx":
462-
acceptable_memory_leakage += 10_000_000
462+
acceptable_memory_leakage += 11_000_000
463463

464464
result = _run_helper(
465465
_test_figure_leak, str(pause_time), timeout=_test_timeout, **env

0 commit comments

Comments
 (0)
0