From 988b16f6e9efd7b116192e8e5686a3b00f341c7c Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:01:23 +0800 Subject: [PATCH] Update taosdShell.py --- tests/system-test/0-others/taosdShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosdShell.py b/tests/system-test/0-others/taosdShell.py index f38efdb03c..b743783a4f 100644 --- a/tests/system-test/0-others/taosdShell.py +++ b/tests/system-test/0-others/taosdShell.py @@ -91,7 +91,7 @@ class TDTestCase: break else: tdLog.info( "wait start taosd ,times: %d "%i) - sleep + time.sleep(1) i+= 1 else : tdLog.exit("taosd %s is not running "%startAction)