]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/meson.build: Bump arm_aspeed_bletchley timeout
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Mar 2025 15:58:06 +0000 (15:58 +0000)
committerThomas Huth <thuth@redhat.com>
Thu, 27 Mar 2025 07:59:35 +0000 (08:59 +0100)
commitf0a6b3ec6d8dcaf2c4c1b159904a271e9eebd0df
tree3f2bc7bd192a21484478101762624ff8a0789ddd
parent3b9731020d8288fe1081090e7b6fa2566d26320f
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 <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250321155806.1888867-1-peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/meson.build