mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Decrease the timeout time of second test (#17446)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/17458/head
parent
4f66bcbb22
commit
0358950683
|
@ -143,7 +143,7 @@ jobs:
|
||||||
echo "sleep 120s for the second deployment to be ready"
|
echo "sleep 120s for the second deployment to be ready"
|
||||||
sleep 120s
|
sleep 120s
|
||||||
- name: Run second test
|
- name: Run second test
|
||||||
timeout-minutes: 60
|
timeout-minutes: 15
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: tests/python_client/deploy/scripts
|
working-directory: tests/python_client/deploy/scripts
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue