From be7d0be713b1fa562031a97b8f5e3e9abd0c49b3 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 12 Dec 2014 19:07:16 -0600 Subject: [PATCH] Increase timeout to install requirements --- tools/travis_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis_setup.sh b/tools/travis_setup.sh index 7eee56cf..5b841490 100755 --- a/tools/travis_setup.sh +++ b/tools/travis_setup.sh @@ -24,7 +24,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 2.7* ]]; then sed -i 's/matplotlib>=*.*.*/matplotlib==1.3.1/g' requirements.txt fi -pip install $WHEELHOUSE -r requirements.txt +pip install --timeout 60 $WHEELHOUSE -r requirements.txt # clean up disk space sudo apt-get clean