[skip ci]Add timeout for deploy test (#10019)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10039/head
zhuwenxing 2021-10-16 19:28:35 +08:00 committed by GitHub
parent 7c451f98cd
commit 6a316c25a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
with:
python-version: 3.8
- name: Run deploy test
timeout-minutes: 15
shell: bash
working-directory: tests/python_client/deploy
run: |
@ -90,6 +91,7 @@ jobs:
pip install --upgrade protobuf
- name: First Milvus Deployment
timeout-minutes: 15
shell: bash
working-directory: tests/python_client/deploy
run: |
@ -118,6 +120,7 @@ jobs:
helm uninstall deploy-testing
- name: Seconde Milvus Deployment
timeout-minutes: 15
shell: bash
working-directory: tests/python_client/deploy
run: |