Merge pull request #22869 from taosdata/test/fix_ttl_case

update test case
This commit is contained in:
Alex Duan 2023-09-15 17:32:14 +08:00 committed by GitHub
commit 1a613fe704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)