update test case

This commit is contained in:
Ping Xiao 2023-09-12 18:43:40 +08:00
parent 414e577a02
commit 47a83fd090
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)