test:update the test case.
This commit is contained in:
parent
b74e98b25c
commit
2cd61804bc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue