On 18/05/2026 18.04, Peter Maydell wrote:
On a debug build, the virt_vbsa functional test takes about 2 minutes to
run on my machine, so it tends to time out. Bump the timeout to 4 mins.
Signed-off-by: Peter Maydell <[email protected]>
---
tests/functional/aarch64/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/functional/aarch64/meson.build
b/tests/functional/aarch64/meson.build
index 9803f66299..e81afd6c39 100644
--- a/tests/functional/aarch64/meson.build
+++ b/tests/functional/aarch64/meson.build
@@ -17,6 +17,7 @@ test_aarch64_timeouts = {
'tuxrun' : 240,
'virt' : 360,
'virt_gpu' : 480,
+ 'virt_vbsa' : 240,
}
Reviewed-by: Thomas Huth <[email protected]>