aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-12-15 08:03:51 +0100
committerAlex Bennée <alex.bennee@linaro.org>2024-01-12 13:23:48 +0000
commite8a12fe31f776c60fec993513cd1b1e66c2b8e29 (patch)
tree6eb5470c6ceac5dda496fd079447fea19bc2d883 /tests
parentf6bee9c2f21ae733eee6adace03228bf5d3fdc83 (diff)
downloadqemu-e8a12fe31f776c60fec993513cd1b1e66c2b8e29.zip
qemu-e8a12fe31f776c60fec993513cd1b1e66c2b8e29.tar.gz
qemu-e8a12fe31f776c60fec993513cd1b1e66c2b8e29.tar.bz2
qtest: bump aspeed_smc-test timeout to 6 minutes
On a loaded system with --enable-debug, this test can take longer than 5 minutes. Raising the timeout to 6 minutes gives greater headroom for such situations. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> [thuth: Increase the timeout to 6 minutes for very loaded systems] Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <20231215070357.10888-11-thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index eaa2cf6..c86a997 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -1,4 +1,5 @@
slow_qtests = {
+ 'aspeed_smc-test': 360,
'bios-tables-test' : 120,
'migration-test' : 480,
'npcm7xx_pwm-test': 300,