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 <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-09-12 15:54:43 +03:00
parent 00242a13a5
commit 300c04fb9b
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -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}