Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Nov 8, 2024
1 parent 6d3d875 commit 6268956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tiup-playground/test_playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ trap "kill_all" EXIT

# wait start cluster successfully
n=0
while [ "$n" -lt 300 ] && ! grep -q "TiDB Playground Cluster is started" $outfile; do
while [ "$n" -lt 600 ] && ! grep -q "TiDB Playground Cluster is started" $outfile; do
n=$(( n + 1 ))
sleep 1
done
Expand Down

0 comments on commit 6268956

Please sign in to comment.