From ac517cbaa3abfe345c1075e4b1e3d0552ce79d72 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Tue, 30 Apr 2024 13:20:22 -0400 Subject: [PATCH] CI: increase bitbake server timeout 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 --- ci/base.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/base.yml b/ci/base.yml index 863159e1..180d7c4c 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"