'test: add timeout to poll'

This commit is contained in:
Hui Li 2023-03-01 11:53:00 +08:00 committed by GitHub
parent f27a2e8a78
commit ffa1deb077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -109,7 +109,7 @@ class TDTestCase:
'batchNum': 3000,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'endTs': 0,
'pollDelay': 5,
'pollDelay': 15,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}
@ -194,7 +194,7 @@ class TDTestCase:
'rowsPerTbl': 10000,
'batchNum': 5000,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 5,
'pollDelay': 15,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}
@ -296,7 +296,7 @@ class TDTestCase:
'rowsPerTbl': 10000,
'batchNum': 5000,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 5,
'pollDelay': 15,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}