aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index 0854d4809..01a4b3030 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -473,7 +473,7 @@ def connectProcessServer(sockname, featureset):
readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None
eq = command_chan_recv = command_chan = None
- sock.settimeout(2)
+ sock.settimeout(10)
try:
try: