From 320f1f94653aa1cd87a99091b1304c2f8b8fe3af Mon Sep 17 00:00:00 2001 From: nexustar Date: Thu, 12 May 2022 17:10:01 +0800 Subject: [PATCH] fiiiiiiiiix --- tests/tiup-playground/test_playground.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tiup-playground/test_playground.sh b/tests/tiup-playground/test_playground.sh index 0e1236c9d9..58f5a3ba3c 100755 --- a/tests/tiup-playground/test_playground.sh +++ b/tests/tiup-playground/test_playground.sh @@ -99,7 +99,7 @@ tiup-playground display | grep -E "terminated|exit" | wc -l | grep -q "1" killall -2 tiup-playground.test || killall -2 tiup-playground -sleep 60 +sleep 100 # test restart with same data tiup-playground v6.0.0 > $outfile 2>&1 & @@ -108,7 +108,7 @@ tiup-playground v6.0.0 > $outfile 2>&1 & sleep 3 # wait start cluster successfully -timeout 100 grep -q "CLUSTER START SUCCESSFULLY" <(tail -f $outfile) +timeout 300 grep -q "CLUSTER START SUCCESSFULLY" <(tail -f $outfile) cat $outfile | grep ":3930" | grep -q "Done"