Increase tests timeout for riscv64

Summary of Failures:
1/1 python unittests TIMEOUT        30.04s   killed by signal 15 SIGTERM
Ok:                 0
Expected Fail:      0
Fail:               0
Unexpected Pass:    0
Skipped:            0
Timeout:            1

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-09-27 14:33:38 +03:00
parent 8fc9128781
commit 4f692f8348
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -5,7 +5,7 @@
Name: python3-%{module_name}
Summary: Python bindings to libcangjie
Version: 1.5.0
Release: %{autorelease}
Release: %autorelease -e 0.riscv64
%forgemeta
License: LGPL-3.0-only
URL: https://gitlab.freedesktop.org/cangjie/pycangjie
@ -42,7 +42,11 @@ find %{buildroot} -name '*.la' -exec rm -f '{}' \;
%check
export CANGJIE_DB=/usr/share/libcangjie/cangjie.db
%ifnarch riscv64
%meson_test
%else
%meson_test --timeout-multiplier 10
%endif
%files