sleep 4 sec to wait dnodes start.
This commit is contained in:
parent
0ba839e18a
commit
5883ed6e73
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue