diff --git a/libraries/entropy.py b/libraries/entropy.py index 42d25d0e1..1b91ab288 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -14579,7 +14579,7 @@ class SocketHostInterface: # settings self.SessionsLock = self.threading.Lock() self.fork_requests = True # used by the command processor - self.fork_request_timeout_seconds = 120 + self.fork_request_timeout_seconds = 300 self.stdout_logging = True self.timeout = etpConst['socket_service']['timeout'] self.hostname = etpConst['socket_service']['hostname']