This commit is contained in:
liuyq-617 2021-07-29 18:18:06 +08:00
parent 9fc4f7466f
commit 3f7239b916
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class TDTestCase:
def restart_taosd(self,db):
tdDnodes.stop(1)
tdDnodes.startWithoutSleep(1)
tdsql.sleep(2)
tdSql.sleep(2)
tdSql.execute("use %s;" % db)
def date_to_timestamp_microseconds(self, date):