Add delay for xvfb-run to maybe fix s390x
This commit is contained in:
parent
8ea692eeeb
commit
8c458eafea
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user