mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
[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:
parent
082f83fc20
commit
ebe8f72f25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user