From 2e8a928670fe332f854efa49a5bddd90ec3e0064 Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Mon, 6 Jan 2025 11:44:25 +0200 Subject: [PATCH] fix: increase the number of zksync health check retries --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index dd7f751..40c0621 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: test: curl --fail http://localhost:3071/health || exit 1 interval: 10s timeout: 5s - retries: 20 + retries: 200 start_period: 30s depends_on: - reth