[packages/pixman] increase timeout for tests; rel 2

atler atler at pld-linux.org
Thu Dec 5 13:30:17 CET 2024


commit f15eead6e3dd67a659bea25da2a17535e55eb42b
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Dec 5 12:32:01 2024 +0100

    increase timeout for tests; rel 2
    
    tolerance-test execution time on th-i686 borders on default timeout
    (120s) sometimes failing and sometimes passing. double the timeout to
    get consistent results. unfortunately meson is not sophisticated enough
    to allow timeout override in ninja target hence switch to manual meson
    invocation

 pixman.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index ff1e3aa..9938a63 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -8,7 +8,7 @@ Summary(pl.UTF-8):	Biblioteka operacji na pikselach
 Name:		pixman
 # 0.42.x is stable, 0.43.x unstable
 Version:	0.44.2
-Release:	1
+Release:	2
 License:	MIT
 Group:		Libraries
 Source0:	https://www.cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -80,7 +80,7 @@ Ten pakiet zawiera statyczną wersję biblioteki pixman.
 
 %ninja_build -C build
 
-%{?with_tests:%ninja_test -C build}
+%{?with_tests:%__meson test -C build --no-rebuild --print-errorlogs --timeout-multiplier 2}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pixman.git/commitdiff/f15eead6e3dd67a659bea25da2a17535e55eb42b



More information about the pld-cvs-commit mailing list