* [PATCH] tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
@ 2024-01-15 7:11 Thomas Huth
2024-01-15 8:14 ` Daniel P. Berrangé
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2024-01-15 7:11 UTC (permalink / raw)
To: qemu-devel, Alex Bennée
Cc: qemu-ppc, Peter Maydell, Daniel P . Berrangé
When running with TCI, the boot-serial-test can take longer than 3 minutes:
https://gitlab.com/qemu-project/qemu/-/jobs/5890481086#L4774
Bump the timeout to 4 minutes to avoid CI failures here.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/qtest/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index b0bc5af09e..4293f3b133 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -9,7 +9,7 @@ slow_qtests = {
'test-hmp' : 240,
'pxe-test': 600,
'prom-env-test': 360,
- 'boot-serial-test': 180,
+ 'boot-serial-test': 240,
'qos-test': 120,
}
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes
2024-01-15 7:11 [PATCH] tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes Thomas Huth
@ 2024-01-15 8:14 ` Daniel P. Berrangé
0 siblings, 0 replies; 2+ messages in thread
From: Daniel P. Berrangé @ 2024-01-15 8:14 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-devel, Alex Bennée, qemu-ppc, Peter Maydell
On Mon, Jan 15, 2024 at 08:11:46AM +0100, Thomas Huth wrote:
> When running with TCI, the boot-serial-test can take longer than 3 minutes:
>
> https://gitlab.com/qemu-project/qemu/-/jobs/5890481086#L4774
>
> Bump the timeout to 4 minutes to avoid CI failures here.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/qtest/meson.build | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-15 8:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 7:11 [PATCH] tests/qtest/meson.build: Bump the boot-serial-test timeout to 4 minutes Thomas Huth
2024-01-15 8:14 ` Daniel P. Berrangé
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).