Add delay for xvfb-run to maybe fix s390x

This commit is contained in:
Yanko Kaneti 2017-07-19 16:55:21 +03:00
parent 8ea692eeeb
commit 8c458eafea

View File

@ -55,7 +55,7 @@ developing applications that use %{name}.
%check
dbus-run-session -- xvfb-run ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
dbus-run-session -- xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
%post -p /sbin/ldconfig