test : update test case about vote leader time cost

This commit is contained in:
wenzhouwww@live.cn 2022-08-12 11:42:34 +08:00
parent b85c06b4ad
commit d885144db6
1 changed files with 1 additions and 1 deletions

View File

@ -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__))