[PATCH] arm-bsp: Lengthen Boot timeout for rdv2/rdn2
Jon Mason <[email protected]> Tue, 7 Jul 2026 09:23:36 -0400
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
CI is seeing intermittent boot test timeout errors, where the FVP is almost to shell but times out before getting there. To get around this, lengthen the timeout to allow for more opportunity to complete successfully. By default, the timeout is 600 seconds. Increase this by 50% to 900. Signed-off-by: Jon Mason <[email protected]> --- meta-arm-bsp/conf/machine/rdn2.conf | 5 +++++ meta-arm-bsp/conf/machine/rdv2.conf | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/meta-arm-bsp/conf/machine/rdn2.conf b/meta-arm-bsp/conf/mach= ine/rdn2.conf index 2349f1b725c5..c9f3b26bb2e0 100644 --- a/meta-arm-bsp/conf/machine/rdn2.conf +++ b/meta-arm-bsp/conf/machine/rdn2.conf @@ -56,3 +56,8 @@ FVP_TERMINALS[css.scp.terminal_uart_scp] ?=3D "SCP Cons= ole" FVP_TERMINALS[css.mcp.terminal_uart_mcp] ?=3D "MCP Console" FVP_TERMINALS[css.terminal_ns_uart_ap] ?=3D "NS Console" FVP_TERMINALS[css.terminal_s_uart_ap] ?=3D "S Console" + +# Seeing intermittent test timeout errors in CI where the boot is almost +# complete. Lengthen the timeout to allow for more opportunity to +# complete successfully. +TEST_FVP_LINUX_BOOT_TIMEOUT =3D "900" diff --git a/meta-arm-bsp/conf/machine/rdv2.conf b/meta-arm-bsp/conf/mach= ine/rdv2.conf index bb83ffce1a20..b24c187a8664 100644 --- a/meta-arm-bsp/conf/machine/rdv2.conf +++ b/meta-arm-bsp/conf/machine/rdv2.conf @@ -58,3 +58,8 @@ FVP_TERMINALS[css.scp.terminal_uart_scp] ?=3D "SCP Cons= ole" FVP_TERMINALS[css.mcp.terminal_uart_mcp] ?=3D "MCP Console" FVP_TERMINALS[css.terminal_ns_uart_ap] ?=3D "NS Console" FVP_TERMINALS[css.terminal_s_uart_ap] ?=3D "S Console" + +# Seeing intermittent test timeout errors in CI where the boot is almost +# complete. Lengthen the timeout to allow for more opportunity to +# complete successfully. +TEST_FVP_LINUX_BOOT_TIMEOUT =3D "900" --=20 2.50.1 (Apple Git-155)