From 52e85cb85a156be5d14e93975e95a23b33fe4730 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Thu, 18 May 2023 18:53:16 +0800 Subject: [PATCH] test: increase timeouts of checking db ready --- tests/script/tsim/sync/oneReplica5VgElect.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/sync/oneReplica5VgElect.sim b/tests/script/tsim/sync/oneReplica5VgElect.sim index e42ef5fb82..225093ed8f 100644 --- a/tests/script/tsim/sync/oneReplica5VgElect.sim +++ b/tests/script/tsim/sync/oneReplica5VgElect.sim @@ -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