[skip ci]Keep first deployment running longer time on weekend (#10732)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10742/head
zhuwenxing 2021-10-27 15:00:35 +08:00 committed by GitHub
parent 84f5075452
commit a22964423f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,7 @@ jobs:
pip install --upgrade protobuf
- name: First Milvus Deployment
timeout-minutes: 15
timeout-minutes: 60
shell: bash
working-directory: tests/python_client/deploy
run: |
@ -117,6 +117,7 @@ jobs:
# uninstall milvus
if [[ $(date +%w) -eq 0 || $(data +%w) -eq 6 ]]; then sleep 1800s; fi
helm uninstall deploy-testing
- name: Seconde Milvus Deployment