Run tests with a timeout multiplier

Tests fail to pass on s390x, and this seems to be just a timeout.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-02-11 14:16:34 +01:00
parent 6aa6d755fb
commit 3666983037
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ python3 %{SOURCE2} %buildroot <<EOF
EOF
%check
%ninja_test -C %{_vpath_builddir}
meson test -C %{_vpath_builddir} -t 3
#############################################################################################