fix(test): update test cases.
This commit is contained in:
parent
2ce7d18e94
commit
34b718bf4d
|
@ -130,6 +130,8 @@ class TDTestCase:
|
|||
sql = "select count(*) from sta"
|
||||
# loop wait max 60s to check count is ok
|
||||
tdLog.info("loop wait result ...")
|
||||
time.sleep(5)
|
||||
|
||||
tdSql.checkDataLoop(0, 0, 100000, sql, loopCount=120, waitTime=0.5)
|
||||
|
||||
time.sleep(5)
|
||||
|
|
Loading…
Reference in New Issue