There was an error while loading. Please reload this page.
2 parents 1ff14f1 + cba908b commit b9856f7Copy full SHA for b9856f7
1 file changed
lib/matplotlib/tests/test_backends_interactive.py
@@ -549,7 +549,7 @@ def test_figure_leak_20490(env, time_mem):
549
# threshold.
550
pause_time, acceptable_memory_leakage = time_mem
551
if env["MPLBACKEND"] == "macosx":
552
- acceptable_memory_leakage += 10_000_000
+ acceptable_memory_leakage += 11_000_000
553
554
result = _run_helper(
555
_test_figure_leak, str(pause_time), timeout=_test_timeout, **env
0 commit comments