qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes


From: Thomas Huth
Subject: [PATCH] qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes
Date: Fri, 12 Jan 2024 17:47:17 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]