Merge pull request #7151 from taosdata/test/TD-5369
[TD-5369]<test> adjust sleep time to run pass in CI !
This commit is contained in:
commit
bef8b0b29f
|
@ -79,7 +79,7 @@ class TDTestCase:
|
||||||
|
|
||||||
|
|
||||||
# merge result files
|
# merge result files
|
||||||
sleep(10)
|
sleep(5)
|
||||||
os.system("cat subscribe_res0.txt* > all_subscribe_res0.txt")
|
os.system("cat subscribe_res0.txt* > all_subscribe_res0.txt")
|
||||||
os.system("cat subscribe_res1.txt* > all_subscribe_res1.txt")
|
os.system("cat subscribe_res1.txt* > all_subscribe_res1.txt")
|
||||||
os.system("cat subscribe_res2.txt* > all_subscribe_res2.txt")
|
os.system("cat subscribe_res2.txt* > all_subscribe_res2.txt")
|
||||||
|
@ -99,7 +99,7 @@ class TDTestCase:
|
||||||
# insert extral data
|
# insert extral data
|
||||||
tdSql.execute("use subnsdb")
|
tdSql.execute("use subnsdb")
|
||||||
tdSql.execute("insert into tb0_0 values(now,100.1000,'subtest1',now-1s)")
|
tdSql.execute("insert into tb0_0 values(now,100.1000,'subtest1',now-1s)")
|
||||||
sleep(1)
|
sleep(15)
|
||||||
|
|
||||||
os.system("cat subscribe_res0.txt* > all_subscribe_res0.txt")
|
os.system("cat subscribe_res0.txt* > all_subscribe_res0.txt")
|
||||||
subTimes0 = self.subTimes("all_subscribe_res0.txt")
|
subTimes0 = self.subTimes("all_subscribe_res0.txt")
|
||||||
|
|
Loading…
Reference in New Issue