From 3977bb6d51cd3687fd23872a1a8ebc6c919a0434 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 10 Jan 2025 15:29:39 +0100 Subject: [PATCH] fix e2e output Signed-off-by: Tim Vaillancourt --- go/flags/endtoend/vtorc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go/flags/endtoend/vtorc.txt b/go/flags/endtoend/vtorc.txt index ee073dabc0f..5fbfe95dc49 100644 --- a/go/flags/endtoend/vtorc.txt +++ b/go/flags/endtoend/vtorc.txt @@ -118,6 +118,6 @@ Flags: -v, --version print binary version --vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging --vtops-binary-path string path to the slack vtops binary - --vtops-exec-timeout duration execution timeout for the slack vtops binary (default 15s) - --vtops-max-concurrency int max concurrency for executing the slack vtops binary (default 16) + --vtops-exec-timeout duration execution timeout for the slack vtops binary (default 10s) + --vtops-max-concurrency int max concurrency for executing the slack vtops binary (default 12) --wait-replicas-timeout duration Duration for which to wait for replica's to respond when issuing RPCs (default 30s)