[TD-2588]<test>sleep more for azure

This commit is contained in:
liuyq-617 2021-01-05 14:44:19 +08:00
parent b2289dd694
commit 77cc0b18b7
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ class TDDnode:
break break
tdLog.debug("the dnode:%d has been started." % (self.index)) tdLog.debug("the dnode:%d has been started." % (self.index))
else: else:
tdLog.debug("wait 5 seconds for the dnode:%d to start." % (self.index)) tdLog.debug("wait 10 seconds for the dnode:%d to start." % (self.index))
time.sleep(5) time.sleep(10)
# time.sleep(5) # time.sleep(5)