Merge pull request #21373 from taosdata/fix/TD-24281

test: increase timeouts of checking db ready
This commit is contained in:
Hui Li 2023-05-18 18:54:05 +08:00 committed by GitHub
commit f6c7dbc28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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