Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f74aa2f

Browse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #22961: Raised macosx memory leak threshold
1 parent 930bb82 commit f74aa2f

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)