From 2faf995ceb73df9071d6e9ffee1675d13245b515 Mon Sep 17 00:00:00 2001 From: chenhaoran Date: Wed, 28 Aug 2024 21:18:52 +0800 Subject: [PATCH] tetst:add timeouts for windows case --- tests/system-test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/test.py b/tests/system-test/test.py index ad5e1a06f3..9defcd083a 100644 --- a/tests/system-test/test.py +++ b/tests/system-test/test.py @@ -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")