tetst:add timeouts for windows case
This commit is contained in:
parent
639ec1211d
commit
2faf995ceb
|
@ -44,7 +44,7 @@ def checkRunTimeError():
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
timeCount = timeCount + 1
|
timeCount = timeCount + 1
|
||||||
print("checkRunTimeError",timeCount)
|
print("checkRunTimeError",timeCount)
|
||||||
if (timeCount>600):
|
if (timeCount>1200):
|
||||||
print("stop the test.")
|
print("stop the test.")
|
||||||
os.system("TASKKILL /F /IM taosd.exe")
|
os.system("TASKKILL /F /IM taosd.exe")
|
||||||
os.system("TASKKILL /F /IM taos.exe")
|
os.system("TASKKILL /F /IM taos.exe")
|
||||||
|
|
Loading…
Reference in New Issue