diff options
author | Thomas Huth <thuth@redhat.com> | 2024-01-12 17:47:17 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-01-16 07:24:22 +0100 |
commit | 2d1f10229adde680234b8c975a4306b697c3b505 (patch) | |
tree | 2e7630c37b75c95745f45430d79976db40cee501 | |
parent | d9e2da0ccc5b636afc632ba9cb95d83885e2d8dc (diff) | |
download | qemu-2d1f10229adde680234b8c975a4306b697c3b505.zip qemu-2d1f10229adde680234b8c975a4306b697c3b505.tar.gz qemu-2d1f10229adde680234b8c975a4306b697c3b505.tar.bz2 |
qtest: Bump npcm7xx_watchdog_timer-test timeout to 2 minutes
The npcm7xx_watchdog_timer-test can take more than 60 seconds in
SPEED=slow mode on a loaded host system.
Bumping to 2 minutes will give more headroom.
Message-ID: <20240112164717.1063954-1-thuth@redhat.com>
Reviewed-by: "Daniel P. Berrangé" <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | tests/qtest/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 78c298c..4293f3b 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, |