Update taosdShell.py
This commit is contained in:
parent
a2692a3d4e
commit
988b16f6e9
|
@ -91,7 +91,7 @@ class TDTestCase:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
tdLog.info( "wait start taosd ,times: %d "%i)
|
tdLog.info( "wait start taosd ,times: %d "%i)
|
||||||
sleep
|
time.sleep(1)
|
||||||
i+= 1
|
i+= 1
|
||||||
else :
|
else :
|
||||||
tdLog.exit("taosd %s is not running "%startAction)
|
tdLog.exit("taosd %s is not running "%startAction)
|
||||||
|
|
Loading…
Reference in New Issue