[skip ci]Change waiting time longer (#9675)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/9679/head
zhuwenxing 2021-10-11 19:38:38 +08:00 committed by GitHub
parent 5b02248d15
commit b38974ec0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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