aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-10-15 12:37:05 +0100
committerThomas Huth <thuth@redhat.com>2024-10-21 13:25:12 +0200
commitb39f6f30519fc73a770faf9c6e788563307627c2 (patch)
tree5883a5b64d8b3f7af38a9c51e2c5cfe8c3c60f66
parentd8fe5b4759788dd7b3c15ba092e672ac2afffa43 (diff)
downloadqemu-b39f6f30519fc73a770faf9c6e788563307627c2.zip
qemu-b39f6f30519fc73a770faf9c6e788563307627c2.tar.gz
qemu-b39f6f30519fc73a770faf9c6e788563307627c2.tar.bz2
tests/qtest: Raise the ide-test timeout
The ide-test occasionally times out: on the system I run vm-build-openbsd on, it usually takes about 18 seconds, but occasionally hits the 60s timeout, likely when the host machine is under heavy load. I have also seen this test hit its time limit on the s390x CI runner. Double the timeout for this test so that it won't hit its timeout even when the host is running more slowly than usual. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241015113705.239067-1-peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--tests/qtest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index b207e38..e8be8b3 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -4,6 +4,7 @@ slow_qtests = {
'bios-tables-test' : 910,
'cdrom-test' : 610,
'device-introspect-test' : 720,
+ 'ide-test' : 120,
'migration-test' : 480,
'npcm7xx_pwm-test': 300,
'npcm7xx_watchdog_timer-test': 120,