From 60b6949b42d2c3318f97af930b4c2e132759e0bf Mon Sep 17 00:00:00 2001 From: "wenzhouwww@live.cn" Date: Wed, 26 Oct 2022 18:28:05 +0800 Subject: [PATCH] update --- .../4dnode1mnode_basic_replica3_querydatas_stop_leader.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py index b4f5046a37..f26df70c4e 100644 --- a/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py +++ b/tests/system-test/6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py @@ -35,11 +35,11 @@ class TDTestCase: self.tb_nums = 10 self.row_nums = 100 self.stop_dnode_id = None - self.loop_restart_times = 5 + self.loop_restart_times = 1 self.thread_list = [] - self.max_restart_time = 10 + self.max_restart_time = 30 self.try_check_times = 10 - self.query_times = 100 + self.query_times = 10 def getBuildPath(self): -- GitLab