tetst:add timeouts for windows case

This commit is contained in:
chenhaoran 2024-08-28 21:18:52 +08:00
parent 639ec1211d
commit 2faf995ceb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def checkRunTimeError():
time.sleep(1)
timeCount = timeCount + 1
print("checkRunTimeError",timeCount)
if (timeCount>600):
if (timeCount>1200):
print("stop the test.")
os.system("TASKKILL /F /IM taosd.exe")
os.system("TASKKILL /F /IM taos.exe")