From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Daniel P. Berrangé" <berrange@redhat.com>
Subject: [PATCH 2/2] tests/qtest: Bump timeout on ahci-test
Date: Thu, 5 Sep 2024 17:55:54 +0100 [thread overview]
Message-ID: <20240905165554.320577-3-peter.maydell@linaro.org> (raw)
In-Reply-To: <20240905165554.320577-1-peter.maydell@linaro.org>
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>
---
tests/qtest/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 2f0d3ef0809..fc852f3d8ba 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,
--
2.34.1
next prev parent reply other threads:[~2024-09-05 16:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 16:55 [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd Peter Maydell
2024-09-05 16:55 ` [PATCH 1/2] tests/qtest: Add missing qtest_quit() to stm32 tests Peter Maydell
2024-09-05 16:58 ` Daniel P. Berrangé
2024-09-05 16:55 ` Peter Maydell [this message]
2024-09-05 16:58 ` [PATCH 2/2] tests/qtest: Bump timeout on ahci-test Daniel P. Berrangé
2024-09-06 14:28 ` [PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240905165554.320577-3-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=berrange@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).