From d885144db6243a2f62abc19ed7f0f73810f31ea9 Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Fri, 12 Aug 2022 11:42:34 +0800 Subject: [PATCH] test : update test case about vote leader time cost --- .../6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py index 31f380f29f..8a6412dfcc 100644 --- a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py +++ b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py @@ -29,7 +29,7 @@ class TDTestCase: self.vgroups = 2 self.tb_nums = 10 self.row_nums = 100 - self.max_vote_time_cost = 10 # seconds + self.max_vote_time_cost = 30 # seconds def getBuildPath(self): selfPath = os.path.dirname(os.path.realpath(__file__))