Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def ttl_check_insert(self):
tdSql.checkRows(self.tbnum)
tdSql.execute(f'flush database db')
timeout = self.updatecfgDict['ttlUnit']*self.ttl_param+self.updatecfgDict['ttlPushInterval'];
self.wait_query('show db.tables', 0, timeout + 5)
self.wait_query('show db.tables', 0, timeout + 60)
tdSql.execute('drop database db')
def test_table_param_ttl(self):
"""Stable ttl options
Expand Down
Loading