From 0a16f5d5f523744b49f91279cc062df173ade268 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 24 Sep 2021 20:15:56 +0800 Subject: [PATCH] [skip ci] Add sleep time to wait container healthy (#8518) Signed-off-by: zhuwenxing --- tests/python_client/deploy/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/deploy/test.sh b/tests/python_client/deploy/test.sh index ad83b0c090..fad990a2a6 100644 --- a/tests/python_client/deploy/test.sh +++ b/tests/python_client/deploy/test.sh @@ -187,6 +187,7 @@ fi cat docker-compose.yml|grep milvusdb docker-compose up -d check_healthy +sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health docker-compose ps popd