From ea288f58ed0159340cef5d79bb3baa862e0cbfd0 Mon Sep 17 00:00:00 2001 From: lxnay Date: Sun, 2 Nov 2008 11:19:34 +0000 Subject: [PATCH] Entropy/SocketHostInterface: - increase fork timeout to 5 minutes git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2621 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']