* [PATCH] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout
@ 2025-03-21 15:58 Peter Maydell
2025-03-21 18:34 ` Thomas Huth
0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2025-03-21 15:58 UTC (permalink / raw)
To: qemu-arm, qemu-devel; +Cc: Thomas Huth
The arm_aspeed_bletchley timeout takes more than its
current 120s timeout on a debug Rust config:
$ time (cd build/rust; PYTHONPATH=../../python:../../tests/functional QEMU_TEST_QEMU_BINARY=./qemu-system-arm ./pyvenv/bin/python3 ../../tests/functional/test_arm_aspeed_bletchley.py)
TAP version 13
ok 1 test_arm_aspeed_bletchley.BletchleyMachine.test_arm_ast2600_bletchley_openbmc
1..1
real 2m15.536s
user 3m21.444s
sys 0m11.558s
Bump it up to 480s, same as arm_aspeed_rainier.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
tests/functional/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 96d28289279..0f8be30fe27 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -26,7 +26,7 @@ test_timeouts = {
'arm_aspeed_witherspoon' : 120,
'arm_aspeed_ast2500' : 720,
'arm_aspeed_ast2600' : 1200,
- 'arm_aspeed_bletchley' : 120,
+ 'arm_aspeed_bletchley' : 480,
'arm_aspeed_rainier' : 480,
'arm_bpim2u' : 500,
'arm_collie' : 180,
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout
2025-03-21 15:58 [PATCH] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout Peter Maydell
@ 2025-03-21 18:34 ` Thomas Huth
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Huth @ 2025-03-21 18:34 UTC (permalink / raw)
To: Peter Maydell, qemu-arm, qemu-devel; +Cc: Stefan Hajnoczi
On 21/03/2025 16.58, Peter Maydell wrote:
> The arm_aspeed_bletchley timeout takes more than its
> current 120s timeout on a debug Rust config:
>
> $ time (cd build/rust; PYTHONPATH=../../python:../../tests/functional QEMU_TEST_QEMU_BINARY=./qemu-system-arm ./pyvenv/bin/python3 ../../tests/functional/test_arm_aspeed_bletchley.py)
> TAP version 13
> ok 1 test_arm_aspeed_bletchley.BletchleyMachine.test_arm_ast2600_bletchley_openbmc
> 1..1
>
> real 2m15.536s
> user 3m21.444s
> sys 0m11.558s
>
> Bump it up to 480s, same as arm_aspeed_rainier.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> tests/functional/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/functional/meson.build b/tests/functional/meson.build
> index 96d28289279..0f8be30fe27 100644
> --- a/tests/functional/meson.build
> +++ b/tests/functional/meson.build
> @@ -26,7 +26,7 @@ test_timeouts = {
> 'arm_aspeed_witherspoon' : 120,
> 'arm_aspeed_ast2500' : 720,
> 'arm_aspeed_ast2600' : 1200,
> - 'arm_aspeed_bletchley' : 120,
> + 'arm_aspeed_bletchley' : 480,
> 'arm_aspeed_rainier' : 480,
> 'arm_bpim2u' : 500,
> 'arm_collie' : 180,
Reviewed-by: Thomas Huth <thuth@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-21 18:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 15:58 [PATCH] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout Peter Maydell
2025-03-21 18:34 ` Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).