increase start timeout to 30 sec

This commit is contained in:
l_samenv 2022-12-09 16:01:13 +01:00
parent 6c04fac37f
commit bca3ced5bd

View File

@ -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')