From 300c04fb9bedec1a6ecc12beaa5eccdde3badff6 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 12 Sep 2024 15:54:43 +0300 Subject: [PATCH] Increase test timeout for riscv64 Summary of Failures: 283/782 qemu:qtest+qtest-i386 / qtest-i386/ahci-test TIMEOUT 60.12s killed by signal 15 SIGTERM 315/782 qemu:qtest+qtest-i386 / qtest-i386/ide-test TIMEOUT 60.42s killed by signal 15 SIGTERM 177/782 qemu:qtest+qtest-riscv32 / qtest-riscv32/qos-test TIMEOUT 120.26s killed by signal 15 SIGTERM 178/782 qemu:qtest+qtest-riscv64 / qtest-riscv64/qos-test TIMEOUT 120.21s killed by signal 15 SIGTERM 108/782 qemu:qtest+qtest-arm / qtest-arm/aspeed_smc-test TIMEOUT 360.11s killed by signal 15 SIGTERM 124/782 qemu:qtest+qtest-sparc64 / qtest-sparc64/boot-serial-test TIMEOUT 360.20s killed by signal 15 SIGTERM 102/782 qemu:qtest+qtest-i386 / qtest-i386/migration-test TIMEOUT 480.21s killed by signal 15 SIGTERM 101/782 qemu:qtest+qtest-aarch64 / qtest-aarch64/migration-test TIMEOUT 480.28s killed by signal 15 SIGTERM 105/782 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test TIMEOUT 480.29s killed by signal 15 SIGTERM Signed-off-by: David Abdurachmanov --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu.spec b/qemu.spec index 4e22c35..05b6e36 100644 --- a/qemu.spec +++ b/qemu.spec @@ -2125,6 +2125,9 @@ rm -rf %{static_buildroot} # Disable iotests. RHEL has done this forever, and these # tests have been flakey in the past export MTESTARGS="--no-suite block" +%ifarch riscv64 +export MTESTARGS="${MTESTARGS} --timeout-multiplier=10" +%endif %if %{with check} %if !%{tools_only}