From 7cf63f0990ef8e4d87ca7bc281133e1891cf6de0 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Wed, 13 Apr 2022 16:09:55 +0800 Subject: [PATCH] remove sleep --- tests/script/tsim/sma/tsmaCreateInsertData.sim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/script/tsim/sma/tsmaCreateInsertData.sim b/tests/script/tsim/sma/tsmaCreateInsertData.sim index 87140e5d84..9fc3700da1 100644 --- a/tests/script/tsim/sma/tsmaCreateInsertData.sim +++ b/tests/script/tsim/sma/tsmaCreateInsertData.sim @@ -39,7 +39,6 @@ sql insert into ct1 values(now+1s, 11, 2.1, 3.1)(now+2s, -12, -2.2, -3.2)(now+3s print =============== create sma index from super table sql create sma index sma_index_name1 on stb function(max(c1),max(c2),min(c1)) interval(5m,10s) sliding(2m) print $data00 $data01 $data02 $data03 -sleep 300 print =============== trigger stream to execute sma aggr task and insert sma data into sma store sql insert into ct1 values(now+5s, 20, 20.0, 30.0)