Skip to content

Commit 80ebea5

Browse files
committed
CI: try unreasonably long timeout
1 parent 3fd58ed commit 80ebea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def test_pylab_integration():
385385
)),
386386
],
387387
env={**os.environ, "SOURCE_DATE_EPOCH": "0"},
388-
timeout=5,
388+
timeout=60,
389389
check=True,
390390
stdout=subprocess.PIPE,
391391
stderr=subprocess.PIPE,

0 commit comments

Comments
 (0)