other: wait for 5sec before check results.

This commit is contained in:
Haojun Liao 2023-12-18 14:26:15 +08:00
parent b4a1907fb7
commit f3e0feb998
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ class TDTestCase:
tdLog.info("loop wait result ...")
tdSql.checkDataLoop(0, 0, 99999, sql, loopCount=120, waitTime=0.5)
time.sleep(5)
# check all data is correct
sql = "select * from sta where cnt != 20;"
tdSql.query(sql)