Merge pull request #22869 from taosdata/test/fix_ttl_case
update test case
This commit is contained in:
commit
1a613fe704
|
@ -24,7 +24,7 @@ class TDTestCase:
|
|||
for i in range(self.tables):
|
||||
tdSql.execute(f'create table t{i} using stb tags({i}) ttl {self.ttl}')
|
||||
|
||||
time.sleep(self.ttl * 2)
|
||||
time.sleep(self.ttl + 3)
|
||||
tdSql.query('show tables')
|
||||
tdSql.checkRows(90)
|
||||
|
||||
|
|
Loading…
Reference in New Issue