Merge pull request #21373 from taosdata/fix/TD-24281
test: increase timeouts of checking db ready
This commit is contained in:
commit
f6c7dbc28e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue