Skip to content

Commit 28013a3

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #25295: Increase timeout for interactive backend tests
1 parent dd18833 commit 28013a3

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
@@ -72,7 +72,7 @@ def _get_testable_interactive_backends():
7272
return envs
7373

7474

75-
_test_timeout = 60 # A reasonably safe value for slower architectures.
75+
_test_timeout = 120 # A reasonably safe value for slower architectures.
7676

7777

7878
def _test_toolbar_button_la_mode_icon(fig):

0 commit comments

Comments
 (0)