From 97c3396af0396f0833a784157d9581cb20a805cc Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:35:57 +0100 Subject: [PATCH] we need to be gracious here --- check-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health.sh b/check-health.sh index 74055639..4e266c26 100755 --- a/check-health.sh +++ b/check-health.sh @@ -3,7 +3,7 @@ RPC_URL="$1" ref="$2" -timeout=2 # seconds +timeout=5 # seconds response_file=$(mktemp)