diff mbox series

[4/6] CI: increase bitbake server timeout

Message ID 20240507173313.50788-4-jon.mason@arm.com
State New
Headers show
Series [1/6] arm/gn: update to latest commit | expand

Commit Message

Jon Mason May 7, 2024, 5:33 p.m. UTC
On some CI systems, the bitbake server is timing out at 1 mins.
Increase to 5 mins, which hopefully should give enough time without
letting it run forever.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 ci/base.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ci/base.yml b/ci/base.yml
index 863159e171db..180d7c4cb0c8 100644
--- a/ci/base.yml
+++ b/ci/base.yml
@@ -33,6 +33,7 @@  env:
 local_conf_header:
   base: |
     CONF_VERSION = "2"
+    BB_SERVER_TIMEOUT = "300"
   setup: |
     PACKAGE_CLASSES = "package_ipk"
     PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"