Increase socket thread timeout.

This commit is contained in:
Toke Stuart Jepsen 2020-06-30 14:45:09 +01:00
parent d4dc019919
commit 87715afcb8

View file

@ -11,7 +11,7 @@ from pype.api import Logger
class SocketThread(threading.Thread):
"""Thread that checks suprocess of storer of processor of events"""
MAX_TIMEOUT = 35
MAX_TIMEOUT = 120
def __init__(self, name, port, filepath, additional_args=[]):
super(SocketThread, self).__init__()