change test case

This commit is contained in:
yihaoDeng 2022-11-29 20:07:26 +08:00
parent 50c8392dfc
commit 6eb032f3e9
1 changed files with 2 additions and 2 deletions

View File

@ -48,10 +48,10 @@ class TDTestCase:
tdSql.checkData(0,0,1) tdSql.checkData(0,0,1)
#!for bug #!for bug
tdDnodes.stoptaosd(1) tdDnodes.stoptaosd(1)
sleep(self.delaytime) sleep(self.delaytime * 5)
if platform.system().lower() == 'windows': if platform.system().lower() == 'windows':
sleep(10) sleep(10)
#tdSql.error('select server_status()') tdSql.error('select server_status()')
def run(self): def run(self):
self.get_database_info() self.get_database_info()