other: wait for 5sec before check results.
This commit is contained in:
parent
b4a1907fb7
commit
f3e0feb998
|
@ -91,6 +91,8 @@ class TDTestCase:
|
||||||
tdLog.info("loop wait result ...")
|
tdLog.info("loop wait result ...")
|
||||||
tdSql.checkDataLoop(0, 0, 99999, sql, loopCount=120, waitTime=0.5)
|
tdSql.checkDataLoop(0, 0, 99999, sql, loopCount=120, waitTime=0.5)
|
||||||
|
|
||||||
|
time.sleep(5)
|
||||||
|
|
||||||
# check all data is correct
|
# check all data is correct
|
||||||
sql = "select * from sta where cnt != 20;"
|
sql = "select * from sta where cnt != 20;"
|
||||||
tdSql.query(sql)
|
tdSql.query(sql)
|
||||||
|
|
Loading…
Reference in New Issue