mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update sleep time of deploy test (#15210)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/15218/head
parent
3692480448
commit
f9809cfcac
|
@ -172,7 +172,7 @@ jobs:
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
ps aux|grep forward|grep -v grep|awk '{print $2}'|xargs kill -9
|
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 &
|
kubectl port-forward service/deploy-testing-milvus 19530 >/dev/null 2>&1 &
|
||||||
sleep 20s
|
sleep 120s
|
||||||
# check whether port-forward success
|
# check whether port-forward success
|
||||||
nc -vz 127.0.0.1 19530
|
nc -vz 127.0.0.1 19530
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue