diff --git a/docker-compose.yaml b/docker-compose.yaml index cd45938..76ecf57 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -84,7 +84,7 @@ services: depends_on: - geth-init healthcheck: - test: ["CMD", "sleep", "3"] - interval: 3s - timeout: 3s + test: ["CMD", "sleep", "15"] + interval: 15s + timeout: 15s retries: 1