enh: time-consuming test case
This commit is contained in:
parent
0bb872c1d9
commit
8e2ded98dd
|
@ -1590,12 +1590,10 @@ class TDTestCase(TDTestCase):
|
|||
self.modify_tables()
|
||||
tdSql.execute('alter local "countAlwaysReturnValue" "0"')
|
||||
|
||||
for i in range(2):
|
||||
self.tag_count_all()
|
||||
self.tbname_count_all()
|
||||
self.tbname_agg_all()
|
||||
|
||||
|
||||
endTime = time.time()
|
||||
print("total time %ds" % (endTime - startTime))
|
||||
|
||||
|
|
Loading…
Reference in New Issue