[tooling] reduce CRDB sleep in docker healthcheck

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7373
GitOrigin-RevId: 12032bdd29ce59ac65eff9e79a0f2f4fd8c729bf
This commit is contained in:
Daniel Harvey 2022-12-22 16:33:04 +00:00 committed by hasura-bot
parent 082f83fc20
commit ebe8f72f25

View File

@ -82,7 +82,7 @@ services:
healthcheck:
test:
- CMD-SHELL
- cockroach sql --insecure < /dev/null && sleep 5 && cockroach sql --insecure < /dev/null
- cockroach sql --insecure < /dev/null
start_period: 5s
interval: 5s
timeout: 10s