summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/server/process.py')
-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 a7a6fbff6..2ebfdfc7e 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -388,7 +388,7 @@ class BitBakeServer(object):
self.bitbake_lock.close()
ready = ConnectionReader(self.readypipe)
- r = ready.wait(8)
+ r = ready.wait(30)
if not r:
ready.close()
bb.error("Unable to start bitbake server")