From 602e9f9579b6200cd05a7a6327fe6672af4d68a1 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 22 Feb 2023 16:11:21 -0500 Subject: [PATCH] Increase timeout for interactive backend tests It seems that macOS is failing a bit more now; hopefully a slightly longer timeout is all that is needed. --- lib/matplotlib/tests/test_backends_interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/tests/test_backends_interactive.py b/lib/matplotlib/tests/test_backends_interactive.py index addccb4f7a7f..519a747271ed 100644 --- a/lib/matplotlib/tests/test_backends_interactive.py +++ b/lib/matplotlib/tests/test_backends_interactive.py @@ -72,7 +72,7 @@ def _get_testable_interactive_backends(): return envs -_test_timeout = 60 # A reasonably safe value for slower architectures. +_test_timeout = 120 # A reasonably safe value for slower architectures. def _test_toolbar_button_la_mode_icon(fig):