From 1e09515b9891d7ffff5be9f1bd79832ce98e2545 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Thu, 4 May 2023 12:10:24 +0000 Subject: [PATCH] fix mem leak --- tests/script/tsim/stream/partitionbyColumnInterval.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/stream/partitionbyColumnInterval.sim b/tests/script/tsim/stream/partitionbyColumnInterval.sim index b6d76557a9..d586522cc8 100644 --- a/tests/script/tsim/stream/partitionbyColumnInterval.sim +++ b/tests/script/tsim/stream/partitionbyColumnInterval.sim @@ -534,7 +534,7 @@ sql insert into t1 values(1648791213000,1,2,3,1.0); $loop_count = 0 loop14: -sleep 500 +sleep 1000 sql select * from test.streamt4 order by c1, c2, c3; $loop_count = $loop_count + 1