[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7208/8267] bitbake: process: Increase server startup timeout



commit 1bfa9ca6c61797ffadea6e3f2a8e17cf6e79a76b
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Tue Aug 15 10:16:27 2017 +0100

    bitbake: process: Increase server startup timeout
    
    We're seeing the server fail to start within 8s on heavily loaded
    autobuilders so increase this timeout to 30s which should be more
    than enough time.
    
    (Bitbake rev: 8d4c120ec46d6d7a54947c64d33e18cb60b60505)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 bitbake/lib/bb/server/process.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index a7a6fbf..2ebfdfc 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/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")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]