]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Increase meson test timeout 10x
authorCole Robinson <crobinso@redhat.com>
Thu, 21 Jan 2021 21:54:45 +0000 (16:54 -0500)
committerCole Robinson <crobinso@redhat.com>
Sun, 24 Jan 2021 18:28:18 +0000 (13:28 -0500)
Tests time out when building in slow environments, like emulated
s390x in Fedora copr. Bump up the test timeout

Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
libvirt.spec.in

index b5892987cfef75d9ee094334c6d6b5830f36c495..0478139305a589b2c534c3240e4ae9eaf9ac5aa3 100644 (file)
@@ -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