]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: increase pip install timeout 4621/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 8 May 2015 15:06:25 +0000 (17:06 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 8 May 2015 15:06:25 +0000 (17:06 +0200)
commitdc863fb75e77e009e6e6f35d8535bd7475ef0162
treeb5fb5dac29918988b9c7d2b9b4e6802e63cf117d
parenta23933e4ccc489190aba8a2877494126b0d3fd15
install-deps.sh: increase pip install timeout

It is not uncommon for pip install to timeout with:

   Cannot fetch index base URL https://pypi.python.org/simple

because the default timeout is 15 seconds. When running from a CI, it
translates into bursts of false negatives when the network is saturated.

Increase the timeout to 10 minutes which is hopefully large enough to
only happen when there is a serious network problem.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
install-deps.sh