Bump test timeout once more

The tests fail on s390x with timeouts.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-03-03 13:52:44 +01:00
parent 111b3c5a31
commit 788f973eab
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ EOF
%check
%if %{with tests}
meson test -C %{_vpath_builddir} -t 3
meson test -C %{_vpath_builddir} -t 6
%endif
#############################################################################################