sleep 4 sec to wait dnodes start.

This commit is contained in:
Shuduo Sang 2020-05-11 13:52:08 +08:00
parent 0ba839e18a
commit 5883ed6e73
1 changed files with 2 additions and 2 deletions

View File

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