Use timeout multiplier for riscv64

[..]
Summary of Failures:
4/4 Cargo tests      TIMEOUT        400.06s   killed by signal 15 SIGTERM
Ok:                 3
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 2023-12-08 08:27:49 +02:00
parent 58f33f726a
commit d77c8c4473
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Name: snapshot
Version: 45.0
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Take pictures and videos
# snapshot itself is GPL-3.0-or-later
@ -105,7 +105,11 @@ cd ~-
%if %{with check}
%check
%ifnarch riscv64
%meson_test
%else
%meson_test --timeout-multiplier 10
%endif
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/org.gnome.Snapshot.metainfo.xml
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Snapshot.desktop