diff mbox series

qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes

Message ID 20240112164717.1063954-1-thuth@redhat.com
State New
Headers show
Series qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes | expand

Commit Message

Thomas Huth Jan. 12, 2024, 4:47 p.m. UTC
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(+)

Comments

Daniel P. Berrangé Jan. 12, 2024, 5:44 p.m. UTC | #1
On Fri, Jan 12, 2024 at 05:47:17PM +0100, Thomas Huth wrote:
> 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(+)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
diff mbox series

Patch

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,