From e306204deb2305c9bda67b4d1f9277b6919039d0 Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Fri, 30 Aug 2024 15:08:31 +0200 Subject: [PATCH] decrease helathcheck timeout for a more realistic setup --- coach-things.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coach-things.sh b/coach-things.sh index 1ac476c..299e9d7 100755 --- a/coach-things.sh +++ b/coach-things.sh @@ -35,7 +35,7 @@ COACH_CMD=( -p 2 # number of concurrent workloads --stop-at-first-error --grpc-timeout-ms 10000 - --grpc-health-check-timeout-ms 1000 + --grpc-health-check-timeout-ms 100 ) echo ""