This commit is contained in:
liuyao 2023-04-20 10:50:07 +08:00
parent b6108921ec
commit d29dcb4bcf
1 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@ sleep 1000
sql select * from streamtST1; sql select * from streamtST1;
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi
@ -219,7 +219,7 @@ sql select * from streamtST1;
sleep 1000 sleep 1000
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi
@ -258,7 +258,7 @@ sql select * from streamtST3;
sleep 1000 sleep 1000
$loop_count = $loop_count + 1 $loop_count = $loop_count + 1
if $loop_count == 10 then if $loop_count == 30 then
return -1 return -1
endi endi