ci(stream):add long time test for stream

This commit is contained in:
54liuyao 2024-12-02 09:29:55 +08:00
parent 8205565288
commit 803ed61ca0
2 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,9 @@
#tsim test
#,,y,script,./test.sh -f tsim/query/timeline.sim
,,y,script,./test.sh -f tsim/stream/streamTwaInterpFwcCheckpoint.sim
,,y,script,./test.sh -f tsim/stream/streamFwcIntervalFill.sim
,,y,script,./test.sh -f tsim/stream/streamTwaFwcInterval.sim
#docs-examples test
#,,n,docs-examples-test,bash c.sh

View File

@ -110,10 +110,10 @@ print =====streamt4_rows=$streamt4_rows
$loop_count = 0
loop1:
sleep 2000
sleep 6000
$loop_count = $loop_count + 1
if $loop_count == 20 then
if $loop_count == 100 then
return -1
endi
@ -154,7 +154,7 @@ sql insert into t1 values(now + 3000a,10,10,10);
$loop_count = 0
loop2:
sleep 2000
sleep 6000
$loop_count = $loop_count + 1
if $loop_count == 20 then