[skip ci] Add sleep time to wait container healthy (#8518)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2021-09-24 20:15:56 +08:00 committed by GitHub
parent 162e7cc228
commit 0a16f5d5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,7 @@ fi
cat docker-compose.yml|grep milvusdb cat docker-compose.yml|grep milvusdb
docker-compose up -d docker-compose up -d
check_healthy check_healthy
sleep 60s # Todo use `curl http://localhost:9091/healthz` to check health
docker-compose ps docker-compose ps
popd popd