From: Cole Robinson Date: Thu, 21 Jan 2021 21:54:45 +0000 (-0500) Subject: spec: Increase meson test timeout 10x X-Git-Tag: v7.1.0-rc1~445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70307548d1622bfeffd60c86e62098d165c95074;p=thirdparty%2Flibvirt.git spec: Increase meson test timeout 10x Tests time out when building in slow environments, like emulated s390x in Fedora copr. Bump up the test timeout Reviewed-by: Neal Gompa Reviewed-by: Andrea Bolognani Signed-off-by: Cole Robinson --- diff --git a/libvirt.spec.in b/libvirt.spec.in index b5892987cf..0478139305 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1288,7 +1288,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp \ %endif %check -VIR_TEST_DEBUG=1 %meson_test --no-suite syntax-check +# Building on slow archs, like emulated s390x in Fedora copr, requires +# raising the test timeout +VIR_TEST_DEBUG=1 %meson_test --no-suite syntax-check --timeout-multiplier 10 %post libs %if 0%{?rhel} == 7