There was an error while loading. Please reload this page.
1 parent 930bb82 commit f74aa2fCopy full SHA for f74aa2f
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -459,7 +459,7 @@ def test_figure_leak_20490(env, time_mem):
459
# threshold.
460
pause_time, acceptable_memory_leakage = time_mem
461
if env["MPLBACKEND"] == "macosx":
462
- acceptable_memory_leakage += 10_000_000
+ acceptable_memory_leakage += 11_000_000
463
464
result = _run_helper(
465
_test_figure_leak, str(pause_time), timeout=_test_timeout, **env
0 commit comments