From 3b7a425edd629d3f910167272538bfcc053a09c8 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sun, 23 Mar 2025 11:34:54 +0100 Subject: [PATCH] less wait --- check-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check-health.sh b/check-health.sh index bcc151fc..93114e21 100755 --- a/check-health.sh +++ b/check-health.sh @@ -19,7 +19,7 @@ ref=${REF% } # echo "ref: $ref" -timeout=5 # seconds +timeout=1 # seconds response_file=$(mktemp)