test:update the test case.

This commit is contained in:
Haojun Liao 2023-12-26 14:40:15 +08:00
parent b74e98b25c
commit 2cd61804bc
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class TDTestCase:
sql = "select count(*) from sta"
# loop wait max 60s to check count is ok
tdLog.info("loop wait result ...")
tdSql.checkDataLoop(0, 0, 99999, sql, loopCount=120, waitTime=0.5)
tdSql.checkDataLoop(0, 0, 100000, sql, loopCount=120, waitTime=0.5)
time.sleep(5)