fix: modify split vgroup count 5 to 3
This commit is contained in:
parent
6b7eef28b9
commit
df19eb307a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue