fix:modify poll delay bigger to avoid lose data

This commit is contained in:
wangmm0220 2023-08-30 23:36:24 +08:00
parent 2686a2632b
commit a4e29e31a6
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class TDTestCase:
'rowsPerTbl': 10000,
'batchNum': 2000,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 20,
'pollDelay': 50,
'showMsg': 1,
'showRow': 1}
@ -45,7 +45,7 @@ class TDTestCase:
autoCommitInterval = 'auto.commit.interval.ms:1000'
autoOffset = 'auto.offset.reset:earliest'
pollDelay = 20
pollDelay = 50
showMsg = 1
showRow = 1