Skip to content

Commit e4a3b14

Browse files
authored
Merge pull request matplotlib#25297 from meeseeksmachine/auto-backport-of-pr-25295-on-v3.7.x
Backport PR matplotlib#25295 on branch v3.7.x (Increase timeout for interactive backend tests)
2 parents dd18833 + 28013a3 commit e4a3b14

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)