From 182eb7f9ee2f5f83067d79dd40e8415ed9619792 Mon Sep 17 00:00:00 2001 From: liuyao <54liuyao@163.com> Date: Thu, 20 Apr 2023 19:29:19 +0800 Subject: [PATCH] add loop --- tests/script/tsim/stream/fillIntervalPartitionBy.sim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/script/tsim/stream/fillIntervalPartitionBy.sim b/tests/script/tsim/stream/fillIntervalPartitionBy.sim index 80b5a3a1fd..43cbc7adcf 100644 --- a/tests/script/tsim/stream/fillIntervalPartitionBy.sim +++ b/tests/script/tsim/stream/fillIntervalPartitionBy.sim @@ -39,7 +39,7 @@ loop2: sleep 1000 $loop_count = $loop_count + 1 -if $loop_count == 10 then +if $loop_count == 30 then return -1 endi @@ -88,7 +88,7 @@ loop3: sleep 1000 $loop_count = $loop_count + 1 -if $loop_count == 10 then +if $loop_count == 30 then return -1 endi @@ -135,7 +135,7 @@ loop4: sleep 1000 $loop_count = $loop_count + 1 -if $loop_count == 10 then +if $loop_count == 30 then return -1 endi -- GitLab