Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2b113 commit 78657d4Copy full SHA for 78657d4
1 file changed
lib/matplotlib/testing/__init__.py
@@ -50,7 +50,7 @@ def setup():
50
set_reproducibility_for_testing()
51
52
53
-def subprocess_run_for_testing(command, env=None, timeout=None, stdout=None,
+def subprocess_run_for_testing(command, env=None, timeout=60, stdout=None,
54
stderr=None, check=False, text=True,
55
capture_output=False):
56
"""
0 commit comments