fix(test): update test cases.

This commit is contained in:
Haojun Liao 2024-04-17 13:51:49 +08:00
parent 2ce7d18e94
commit 34b718bf4d
1 changed files with 2 additions and 0 deletions

View File

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