increase start timeout to 30 sec
This commit is contained in:
2
base.py
2
base.py
@ -337,7 +337,7 @@ class ServiceManager:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
print_wait = True
|
print_wait = True
|
||||||
for i in range(15): # total 15 * 14 / 2 * 0.1 = 10.5 sec
|
for i in range(25): # total 25 * 24 / 2 * 0.1 = 30 sec
|
||||||
returnvalue = process.poll()
|
returnvalue = process.poll()
|
||||||
if returnvalue is not None:
|
if returnvalue is not None:
|
||||||
logger.info('started process failed, try to find out why')
|
logger.info('started process failed, try to find out why')
|
||||||
|
Reference in New Issue
Block a user