]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/qtest: Bump timeout on ahci-test
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2024 16:55:54 +0000 (17:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 6 Sep 2024 12:59:30 +0000 (13:59 +0100)
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

tests/qtest/meson.build

index 2f0d3ef0809124a08f3b2be1ffb6f0df83b5dc98..fc852f3d8ba0c0cb1174f6008b872f9f0406e461 100644 (file)
@@ -1,4 +1,5 @@
 slow_qtests = {
+  'ahci-test': 150,
   'aspeed_smc-test': 360,
   'bios-tables-test' : 910,
   'cdrom-test' : 610,