aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-05 17:55:54 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-09-06 13:59:30 +0100
commitbdb468294135bf259ed0281d13b0ef5d989e1c9a (patch)
tree1b9fe87a1f767e47acabfcf60f2a59e47fe7cc45 /tests
parentd1e8bea9c9c1869bfbb28b7a3e9d8e3b6f8aca46 (diff)
tests/qtest: Bump timeout on ahci-test
On my OpenBSD VM test system, the ahci-test sometimes hits its 60 second timeout. It has 75 subtests and allowing at least two seconds per subtest seems reasonable. Bump it to 150s. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-id: 20240905165554.320577-3-peter.maydell@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 2f0d3ef080..fc852f3d8b 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -1,4 +1,5 @@
slow_qtests = {
+ 'ahci-test': 150,
'aspeed_smc-test': 360,
'bios-tables-test' : 910,
'cdrom-test' : 610,