summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index f7d07266cf..f1fbe3313c 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -474,7 +474,7 @@ def connectProcessServer(sockname, featureset):
474 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None 474 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None
475 eq = command_chan_recv = command_chan = None 475 eq = command_chan_recv = command_chan = None
476 476
477 sock.settimeout(2) 477 sock.settimeout(10)
478 478
479 try: 479 try:
480 try: 480 try: