fix:reduce the amount of insert data to avoid CI timeout

This commit is contained in:
wangmm0220 2023-03-01 10:53:01 +08:00
parent 2164acce88
commit 2b495e6c33
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class TDTestCase:
'ctbPrefix': 'ctb', 'ctbPrefix': 'ctb',
'ctbStartIdx': 0, 'ctbStartIdx': 0,
'ctbNum': 10, 'ctbNum': 10,
'rowsPerTbl': 50000, 'rowsPerTbl': 10000,
'batchNum': 10, 'batchNum': 10,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000 'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 20, 'pollDelay': 20,