From 4588463717da69d3048a2ddf6c073c36a92f613b Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Fri, 27 May 2022 12:04:09 +0800 Subject: [PATCH] test: modify case --- tests/system-test/7-tmq/subscribeStb0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/7-tmq/subscribeStb0.py b/tests/system-test/7-tmq/subscribeStb0.py index 26707c29ed..9aebf54cfe 100644 --- a/tests/system-test/7-tmq/subscribeStb0.py +++ b/tests/system-test/7-tmq/subscribeStb0.py @@ -391,7 +391,7 @@ class TDTestCase: showRow = 1 self.startTmqSimProcess(buildPath,cfgPath,pollDelay,parameterDict["dbName"],showMsg, showRow) - time.sleep(2) + time.sleep(1.5) tdLog.info("drop som child table of stb1") dropTblNum = 4 tdSql.query("drop table if exists %s.%s_1"%(parameterDict["dbName"], parameterDict["stbName"]))