test: increase timeout in case of tmqvnodesplit

This commit is contained in:
chenhaoran 2024-01-22 09:40:23 +08:00
parent a771366620
commit d593f367f0
4 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,7 @@ class TDTestCase:
'rowsPerTbl': 1000,
'batchNum': 10,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 60,
'pollDelay': 180,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}

View File

@ -52,7 +52,7 @@ class TDTestCase:
'rowsPerTbl': 1000,
'batchNum': 10,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 60,
'pollDelay': 180,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}

View File

@ -54,7 +54,7 @@ class TDTestCase:
'rowsPerTbl': 1000,
'batchNum': 10,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 60,
'pollDelay': 180,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}

View File

@ -123,7 +123,7 @@ class TDTestCase:
'rowsPerTbl': 1000,
'batchNum': 10,
'startTs': 1640966400000, # 2022-01-01 00:00:00.000
'pollDelay': 120,
'pollDelay': 180,
'showMsg': 1,
'showRow': 1,
'snapshot': 0}