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

Skip to content

Commit 4d8e0d1

Browse files
committed
Increase backend test timeout for Travis.
1 parent f65eb17 commit 4d8e0d1

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
@@ -147,7 +147,7 @@ def check_alt_backend(alt_backend):
147147
# not resize incorrectly.
148148
assert_equal(result.getvalue(), result_after.getvalue())
149149
"""
150-
_test_timeout = 10 # Empirically, 1s is not enough on Travis.
150+
_test_timeout = 30 # Empirically, 1s is not enough on Travis.
151151

152152

153153
@pytest.mark.parametrize("backend", _get_testable_interactive_backends())

0 commit comments

Comments
 (0)