Skip to content

Commit f0a6b3e

Browse files
pm215huth
authored andcommitted
tests/functional/meson.build: Bump arm_aspeed_bletchley timeout
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 <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 3b97310 commit f0a6b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_timeouts = {
2626
'arm_aspeed_witherspoon' : 120,
2727
'arm_aspeed_ast2500' : 720,
2828
'arm_aspeed_ast2600' : 1200,
29-
'arm_aspeed_bletchley' : 120,
29+
'arm_aspeed_bletchley' : 480,
3030
'arm_aspeed_rainier' : 480,
3131
'arm_bpim2u' : 500,
3232
'arm_collie' : 180,

0 commit comments

Comments
 (0)