[skip e2e]Update sleep time of deploy test (#15210)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2022-01-14 14:35:34 +08:00 committed by GitHub
parent 3692480448
commit f9809cfcac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ jobs:
kubectl get pods
ps aux|grep forward|grep -v grep|awk '{print $2}'|xargs kill -9
kubectl port-forward service/deploy-testing-milvus 19530 >/dev/null 2>&1 &
sleep 20s
sleep 120s
# check whether port-forward success
nc -vz 127.0.0.1 19530