From 86b404db808ad3b414dbfafe37e447580f09b213 Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Thu, 31 Dec 2020 16:35:34 +0800 Subject: [PATCH] pytest/stream: sys sleep 5s --- tests/pytest/stream/sys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/stream/sys.py b/tests/pytest/stream/sys.py index ecbcb651b1..a73e7043e8 100644 --- a/tests/pytest/stream/sys.py +++ b/tests/pytest/stream/sys.py @@ -28,6 +28,7 @@ class TDTestCase: def run(self): + time.sleep(5) tdSql.execute("use log") tdSql.execute("create table cpustrm as select count(*), avg(cpu_taosd), max(cpu_taosd), min(cpu_taosd), avg(cpu_system), max(cpu_cores), min(cpu_cores), last(cpu_cores) from log.dn1 interval(4s)") -- GitLab