bumps timeouts for health checks

This commit is contained in:
Ben 2024-03-28 16:17:29 +01:00
parent 5984b42da9
commit 7d09a4a30b
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1

View File

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