mirror of https://github.com/milvus-io/milvus.git
[skip ci]Change waiting time longer (#9675)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/9679/head
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
|
||||
|
|
|
@ -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…
Reference in New Issue