[TD-2588]<test>sleep more for azure
This commit is contained in:
parent
b2289dd694
commit
77cc0b18b7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue