From 788f973eab4a3043f7f4ae70a4c31ac0f7d810f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Mar 2020 13:52:44 +0100 Subject: [PATCH] Bump test timeout once more The tests fail on s390x with timeouts. --- systemd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 165ac96..1771f26 100644 --- a/systemd.spec +++ b/systemd.spec @@ -515,7 +515,7 @@ EOF %check %if %{with tests} -meson test -C %{_vpath_builddir} -t 3 +meson test -C %{_vpath_builddir} -t 6 %endif #############################################################################################