Update taosdShell.py

This commit is contained in:
Hui Li 2022-11-04 11:01:23 +08:00 committed by GitHub
parent a2692a3d4e
commit 988b16f6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)