test: increase timeouts of checking db ready

This commit is contained in:
chenhaoran 2023-05-18 18:53:16 +08:00
parent d7327384e7
commit 52e85cb85a
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ system sh/exec.sh -n dnode4 -s start
$loop_cnt = 0
check_dnode_ready_2:
$loop_cnt = $loop_cnt + 1
sleep 200
sleep 1500
if $loop_cnt == 10 then
print ====> dnode not ready!
return -1