Skip to content

Commit

Permalink
decrease helathcheck timeout for a more realistic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 30, 2024
1 parent 5bd0444 commit e306204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coach-things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down

0 comments on commit e306204

Please sign in to comment.