summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-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 0854d48091..01a4b3030c 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -473,7 +473,7 @@ def connectProcessServer(sockname, featureset):
473 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None 473 readfd = writefd = readfd1 = writefd1 = readfd2 = writefd2 = None
474 eq = command_chan_recv = command_chan = None 474 eq = command_chan_recv = command_chan = None
475 475
476 sock.settimeout(2) 476 sock.settimeout(10)
477 477
478 try: 478 try:
479 try: 479 try: