tetst:sleep 2 after stop taosd in windows ci

This commit is contained in:
chenhaoran 2024-09-03 19:37:22 +08:00
parent f6d3cb8fe3
commit 01ad6a685b
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ rem echo taskkill /F /IM taosd.exe
wmic process where "name='taosd.exe'" call terminate > NUL 2>&1
taskkill /F /IM taosd.exe > NUL 2>&1
sleep 2
rem echo taskkill /F /IM taosd.exe finished

View File

@ -308,4 +308,4 @@ if $rows != 2 then
return -1
endi
#system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode1 -s stop -x SIGINT