Skip to content

Commit f4087ab

Browse files
committed
maint(ci): use 30 minute timeout for conda
The conda install command on Travis became very slow: sympy#20292 This commit adds a 30 minute timeout for that command to stop the optional dependencies job from timing out.
1 parent d5c0eeb commit f4087ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@ before_install:
218218
conda config --prepend channels conda-forge --prepend channels symengine/label/dev;
219219
220220
conda info -a;
221-
travis_wait conda create -q -n test-environment ${TEST_OPT_DEPENDENCY};
221+
# This became very slow: https://github.com/sympy/sympy/issues/20289
222+
# We give it a 30 minute wait for now but hopefully this command will
223+
# stop being so slow.
224+
travis_wait 30 conda create -q -n test-environment ${TEST_OPT_DEPENDENCY};
222225
source activate test-environment;
223226
export CPATH=$CONDA_PREFIX/include;
224227
export LIBRARY_PATH=$CONDA_PREFIX/lib;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy