mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add timeout for deploy test (#10019)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10039/head
parent
7c451f98cd
commit
6a316c25a4
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue