From 81888e7f1d3deafb8788277dc8b23db3c607cd2b Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:28:41 +0100 Subject: [PATCH] allow upstream rpc to need 3 seconds befor erroring --- check-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health.sh b/check-health.sh index 93114e21..99a39d05 100755 --- a/check-health.sh +++ b/check-health.sh @@ -19,7 +19,7 @@ ref=${REF% } # echo "ref: $ref" -timeout=1 # seconds +timeout=3 # seconds response_file=$(mktemp)