Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 948f233

Browse files
authored
Merge pull request #25295 from QuLogic/longer-test-timeout
Increase timeout for interactive backend tests
2 parents 7e0b4b3 + 602e9f9 commit 948f233

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)