sleep more to wait dnode start for valgrind env.

This commit is contained in:
Shuduo Sang 2020-05-17 12:35:42 +08:00
parent a4a6085f05
commit 8de5e86d76
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +223,8 @@ class TDDnode:
self.running = 1
tdLog.debug("dnode:%d is running with %s " % (self.index, cmd))
tdLog.debug("wait 4 seconds for the dnode:%d to start." % (self.index))
time.sleep(4)
tdLog.debug("wait 5 seconds for the dnode:%d to start." % (self.index))
time.sleep(5)
def stop(self):
if self.valgrind == 0: