From ce28a79165525ef977451fa3b8ffae2f2a5bdf6a Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Fri, 30 Jul 2021 10:18:17 +0300 Subject: [PATCH] Delay xvfb-run test run in an attempt to fix FTBFS --- libhandy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libhandy.spec b/libhandy.spec index 3cb7642..3de14fa 100644 --- a/libhandy.spec +++ b/libhandy.spec @@ -1,6 +1,6 @@ Name: libhandy Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Building blocks for modern adaptive GNOME apps License: LGPLv2+ @@ -64,7 +64,7 @@ developing applications that use %{name}. %check -%{shrink:xvfb-run -a %meson_test} +%{shrink:xvfb-run -w 10 -a %meson_test} %files -f libhandy.lang @@ -91,6 +91,9 @@ developing applications that use %{name}. %changelog +* Fri Jul 30 2021 Yanko Kaneti - 1.2.3-3 +- Delay xvfb-run test run in an attempt to fix FTBFS + * Thu Jul 22 2021 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild