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 <th...@redhat.com>
---
 Based-on: <20231215070357.10888-1-th...@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