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

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/8491/head
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
1 changed files with 1 additions and 0 deletions

View File

@ -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