Update timeout and retry for ci to install requirement (#15498)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15530/head
Jenny Li 2022-02-10 14:45:46 +08:00 committed by GitHub
parent d499ffc421
commit 1574547ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ROOT="$( cd -P "$( dirname "$SOURCE" )/../.." && pwd )"
function install_pytest_requirements(){
echo "Install pytest requirements"
cd ${ROOT}/tests/python_client
python3 -m pip install --no-cache-dir -r requirements.txt
python3 -m pip install --no-cache-dir -r requirements.txt --timeout 30 --retries 6
}
# Login in ci docker registry