[yocto-autobuilder-helper] config.json: Enable memres bitbake

Message ID 20220625201750.319839-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Enable memres bitbake | expand

Commit Message

Richard Purdie June 25, 2022, 8:17 p.m. UTC
We could do with wider exposure of testing of this so enable on the
autobuilder by default.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Patch

diff --git a/config.json b/config.json
index d01319f..de32fb1 100644
--- a/config.json
+++ b/config.json
@@ -66,7 +66,8 @@ 
             "BB_LOG_HOST_STAT_ON_INTERVAL = '1'",
             "BB_LOG_HOST_STAT_CMDS_INTERVAL = 'oe-time-dd-test.sh -c 100 -t 15'",
             "BB_LOG_HOST_STAT_ON_FAILURE = '1'",
-            "BB_LOG_HOST_STAT_CMDS_FAILURE = 'oe-time-dd-test.sh -l'"
+            "BB_LOG_HOST_STAT_CMDS_FAILURE = 'oe-time-dd-test.sh -l'",
+            "BB_SERVER_TIMEOUT = '60'"
         ]
     },
     "templates" : {