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:
parent
00242a13a5
commit
300c04fb9b
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user