mirror of
https://github.com/logos-storage/logos-storage-testnet-starter.git
synced 2026-01-09 08:53:07 +00:00
bumps timeouts for health checks
This commit is contained in:
parent
5984b42da9
commit
7d09a4a30b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user