Commit d817b3c3 authored by Jason Madden's avatar Jason Madden

Attempt to use travis_wait to avoid long pause installing Python 3.7.7 on mac that kills the build.

https://travis-ci.org/github/gevent/gevent/jobs/700121977
parent 940652e7
......@@ -171,7 +171,7 @@ jobs:
stage: build-gevent
install:
# Install the Python runtime
- &build-gevent-python time ./scripts/install.sh $TRAVIS_PYTHON_VERSION
- &build-gevent-python time travis_wait ./scripts/install.sh $TRAVIS_PYTHON_VERSION
# Install gevent. Yes, this will create different files each time,
# leading to a fresh cache. But because of CCache stats, we had already been doing
# that (before we learned about CCACHE_NOSTATS).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment