fix: change tools/taosdumpTestNanoSupport.py keep to 36500 (#14428)

for 3.0
This commit is contained in:
Shuduo Sang 2022-07-01 14:43:59 +08:00 committed by GitHub
parent f01e5e4b67
commit f93c9b11cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class TDTestCase:
def build_db(precision, start_time):
tdSql.execute("drop database if exists timedb1")
tdSql.execute(
"create database timedb1 duration 10 keep 365 blocks 8 precision "+"\""+precision+"\"")
"create database timedb1 duration 10 keep 36500 blocks 8 precision "+"\""+precision+"\"")
tdSql.execute("use timedb1")
tdSql.execute(