From: Peter Maydell Date: Thu, 5 Sep 2024 16:55:54 +0000 (+0100) Subject: tests/qtest: Bump timeout on ahci-test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bdb468294135bf259ed0281d13b0ef5d989e1c9a;p=qemu.git 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 Reviewed-by: Daniel P. Berrangé Message-id: 20240905165554.320577-3-peter.maydell@linaro.org --- 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,