From 7d09a4a30b480dd4a86c2c7e9bef0ea9e513cad9 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 28 Mar 2024 16:17:29 +0100 Subject: [PATCH] bumps timeouts for health checks --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 4ef2adc..040d5d2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -46,7 +46,7 @@ services: healthcheck: test: ["CMD", "sleep", "5"] interval: 5s - timeout: 5s + timeout: 30s retries: 1 # Geth @@ -81,5 +81,5 @@ services: healthcheck: test: ["CMD", "sleep", "15"] interval: 15s - timeout: 15s + timeout: 60s retries: 1