test: add timeSleep for stream caculatied
This commit is contained in:
parent
08c1648a14
commit
86576930d6
|
@ -184,6 +184,7 @@ class TDTestCase:
|
||||||
tdSql.query("select count(*) from hn_table_1_r;")
|
tdSql.query("select count(*) from hn_table_1_r;")
|
||||||
tdSql.checkData(0,0,num_random*n)
|
tdSql.checkData(0,0,num_random*n)
|
||||||
|
|
||||||
|
sleep(5)
|
||||||
# stream data check
|
# stream data check
|
||||||
tdSql.query("select start,wend,max_int from stream_max_stable_1 ;")
|
tdSql.query("select start,wend,max_int from stream_max_stable_1 ;")
|
||||||
tdSql.checkRows(20)
|
tdSql.checkRows(20)
|
||||||
|
|
Loading…
Reference in New Issue