mirror of https://github.com/milvus-io/milvus.git
[skip ci]Increase timeout for deploy test (#13286)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/13301/head
parent
22a7bd76db
commit
bdd9f015f1
|
@ -42,7 +42,7 @@ jobs:
|
||||||
pip install --upgrade protobuf
|
pip install --upgrade protobuf
|
||||||
|
|
||||||
- name: Run deploy test
|
- name: Run deploy test
|
||||||
timeout-minutes: 30
|
timeout-minutes: 60
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: tests/python_client/deploy
|
working-directory: tests/python_client/deploy
|
||||||
run: |
|
run: |
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
helm uninstall deploy-testing
|
helm uninstall deploy-testing
|
||||||
|
|
||||||
- name: Seconde Milvus Deployment
|
- name: Seconde Milvus Deployment
|
||||||
timeout-minutes: 20
|
timeout-minutes: 60
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: tests/python_client/deploy
|
working-directory: tests/python_client/deploy
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue