diff --git a/base.py b/base.py index 43fdae1..d316347 100644 --- a/base.py +++ b/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')