mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci]Change waiting time longer (#9675)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
5b02248d15
commit
b38974ec0d
@ -59,7 +59,7 @@ jobs:
|
||||
# install milvus with latest image
|
||||
helm install chaos-testing milvus/milvus --set cluster.enabled=true --set image.all.repository=milvusdb/milvus-dev --set image.all.tag=master-latest -n=chaos-testing
|
||||
kubectl get pods -n chaos-testing
|
||||
sleep 60s
|
||||
sleep 300s
|
||||
kubectl get pods -n chaos-testing
|
||||
kubectl port-forward service/chaos-testing-milvus 19530 -n chaos-testing >/dev/null 2>&1 &
|
||||
sleep 20s
|
||||
|
||||
2
.github/workflows/pod-kill-chaos-test.yaml
vendored
2
.github/workflows/pod-kill-chaos-test.yaml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
helm repo update
|
||||
helm install milvus-chaos milvus/milvus -f cluster-values.yaml -n=chaos-testing
|
||||
kubectl get pods -n chaos-testing
|
||||
sleep 180s
|
||||
sleep 300s
|
||||
kubectl get pods -n chaos-testing
|
||||
kubectl port-forward service/milvus-chaos 19530 -n chaos-testing >/dev/null 2>&1 &
|
||||
sleep 20s
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user