increase start timeout to 30 sec
This commit is contained in:
parent
6c04fac37f
commit
bca3ced5bd
2
base.py
2
base.py
@ -337,7 +337,7 @@ class ServiceManager:
|
||||
continue
|
||||
|
||||
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()
|
||||
if returnvalue is not None:
|
||||
logger.info('started process failed, try to find out why')
|
||||
|
Loading…
x
Reference in New Issue
Block a user