* [PATCH] qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes
@ 2024-01-12 16:47 Thomas Huth
2024-01-12 17:44 ` Daniel P. Berrangé
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2024-01-12 16:47 UTC (permalink / raw)
To: qemu-devel, Alex Bennée; +Cc: Peter Maydell, Daniel P . Berrangé
The npcm7xx_watchdog_timer-test can take more than 60 seconds
when running in the gitlab-CI, see for example:
https://gitlab.com/qemu-project/qemu/-/jobs/5890481174#L4756
Bumping to 2 minutes will give more headroom.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
Based-on: <20231215070357.10888-1-thuth@redhat.com>
tests/qtest/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index fd40136fa9..b0bc5af09e 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -4,6 +4,7 @@ slow_qtests = {
'device-introspect-test' : 720,
'migration-test' : 480,
'npcm7xx_pwm-test': 300,
+ 'npcm7xx_watchdog_timer-test': 120,
'qom-test' : 900,
'test-hmp' : 240,
'pxe-test': 600,
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-12 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 16:47 [PATCH] qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes Thomas Huth
2024-01-12 17:44 ` 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).