test: add timeSleep for stream caculatied

This commit is contained in:
chenhaoran 2022-10-28 10:29:06 +08:00
parent 08c1648a14
commit 86576930d6
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ class TDTestCase:
tdSql.query("select count(*) from hn_table_1_r;")
tdSql.checkData(0,0,num_random*n)
sleep(5)
# stream data check
tdSql.query("select start,wend,max_int from stream_max_stable_1 ;")
tdSql.checkRows(20)