Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / pixman
Commits: c05da7d9 by Timo Aaltonen at 2024-11-08T09:53:41+02:00 patches: Increase test timeout 120->240s. (Closes: #1086999) - - - - - dc43d379 by Timo Aaltonen at 2024-11-08T09:58:31+02:00 releasing package pixman version 0.44.0-2 - - - - - 3 changed files: - debian/changelog - + debian/patches/bump-test-timeout.diff - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +pixman (0.44.0-2) unstable; urgency=medium + + * patches: Increase test timeout 120->240s. (Closes: #1086999) + + -- Timo Aaltonen <[email protected]> Fri, 08 Nov 2024 09:58:04 +0200 + pixman (0.44.0-1) unstable; urgency=medium * New upstream release. ===================================== debian/patches/bump-test-timeout.diff ===================================== @@ -0,0 +1,13 @@ +diff --git a/test/meson.build b/test/meson.build +index 47dd33c..a5485bc 100644 +--- a/test/meson.build ++++ b/test/meson.build +@@ -75,7 +75,7 @@ foreach t : tests + [t + '.c', config_h], + dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png], + ), +- timeout : 120, ++ timeout : 240, + is_parallel : true, + ) + endforeach ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ test-increase-timeout.diff +bump-test-timeout.diff View it on GitLab: https://salsa.debian.org/xorg-team/lib/pixman/-/compare/e55fd151a294689654abf8d23845c1dabe47e639...dc43d3796292b1444d456067ad902fe6da1621c0 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/pixman/-/compare/e55fd151a294689654abf8d23845c1dabe47e639...dc43d3796292b1444d456067ad902fe6da1621c0 You're receiving this email because of your account on salsa.debian.org.

