[PATCH] tests/functional/aarch64: Bump up timeout on vbsa

Peter Maydell posted 1 patch 1 week, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260518160440.1037245-1-peter.maydell@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
tests/functional/aarch64/meson.build | 1 +
1 file changed, 1 insertion(+)
[PATCH] tests/functional/aarch64: Bump up timeout on vbsa
Posted by Peter Maydell 1 week, 5 days ago
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 <peter.maydell@linaro.org>
---
 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,
 }
 
 tests_aarch64_system_quick = [
-- 
2.43.0
Re: [PATCH] tests/functional/aarch64: Bump up timeout on vbsa
Posted by Thomas Huth 1 week, 5 days ago
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 <peter.maydell@linaro.org>
> ---
>   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 <thuth@redhat.com>