From ef0989619088559ddd6ee147a1ff6b61b2f98701 Mon Sep 17 00:00:00 2001 From: xhe Date: Wed, 14 Aug 2024 20:08:09 +0800 Subject: [PATCH] try fix Signed-off-by: xhe --- tests/tiup-cluster/script/scale_tiproxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tiup-cluster/script/scale_tiproxy.sh b/tests/tiup-cluster/script/scale_tiproxy.sh index a824aeee00..c6844c1104 100644 --- a/tests/tiup-cluster/script/scale_tiproxy.sh +++ b/tests/tiup-cluster/script/scale_tiproxy.sh @@ -9,7 +9,7 @@ function scale_tiproxy() { test_tls=$2 native_ssh=$3 - common_args="--wait-timeout=240" + common_args="--wait-timeout=360" if [ $native_ssh == true ]; then common_args="$common_args --ssh=system" fi