From 81c0b1eb490b0344bfdae55c0affa18eb6c215f5 Mon Sep 17 00:00:00 2001 From: slzhou Date: Wed, 23 Aug 2023 17:02:54 +0800 Subject: [PATCH] fix: sleep more --- tests/script/unique/vnode/replica3_repeat.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/unique/vnode/replica3_repeat.sim b/tests/script/unique/vnode/replica3_repeat.sim index e27da047c1..c05175b637 100644 --- a/tests/script/unique/vnode/replica3_repeat.sim +++ b/tests/script/unique/vnode/replica3_repeat.sim @@ -100,6 +100,7 @@ system sh/exec.sh -n dnode2 -s stop sleep 3000 print ======== step7 +sleep 6000 sql select count(*) from db.tb if $data00 <= $lastRows then sql reset query cache -- GitLab