test: fix tmq case possibly fails

This commit is contained in:
Liu Jicong 2022-06-17 17:35:14 +08:00
parent 5b8b75c8ee
commit 73e4dd9543
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ class TDTestCase:
showRow = 1
self.startTmqSimProcess(buildPath,cfgPath,pollDelay,parameterDict["dbName"],showMsg, showRow)
time.sleep(3)
time.sleep(6)
tdLog.info("pkill consume processor")
if (platform.system().lower() == 'windows'):
os.system("TASKKILL /F /IM tmq_sim.exe")