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