tests/qtest: Bump qmp-cmd-test timeout to 120s
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Oct 2024 14:13:37 +0000 (15:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 9 Oct 2024 14:06:24 +0000 (15:06 +0100)
The qmp-cmd-test test takes typically about 15s on my local machine.
On the k8s runners it takes usually 20s but sometimes about 60s,
because the k8s runners have wildly variable execution time.  If
they're running slow, we hit the default timeout.  Bump the
qmp-cmd-test timeout to 120s to avoid this.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20241008141337.2790423-1-peter.maydell@linaro.org

tests/qtest/meson.build

index 2b90abf000710051e890726cb31730f70d164022..b207e386965e135ccd48a53297845a44f8b944f0 100644 (file)
@@ -7,6 +7,7 @@ slow_qtests = {
   'migration-test' : 480,
   'npcm7xx_pwm-test': 300,
   'npcm7xx_watchdog_timer-test': 120,
+  'qmp-cmd-test' : 120,
   'qom-test' : 900,
   'stm32l4x5_usart-test' : 600,
   'test-hmp' : 240,