fix: modify split vgroup count 5 to 3

This commit is contained in:
Alex Duan 2023-09-20 19:14:22 +08:00
parent 6b7eef28b9
commit df19eb307a
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ class TDTestCase:
# prepare env
self.prepareEnv()
for i in range(5):
for i in range(3):
# split vgroup on db2
start = time.time()
self.splitVGroup(self.db2)