Hi, On 2024-11-08 08:35, Debian FTP Masters wrote: > Changes: > pixman (0.44.0-2) unstable; urgency=medium > . > * patches: Increase test timeout 120->240s. (Closes: #1086999)
Thanks for fixing this. While it improves things for most of the test, it is unfortunately this is not enough for the riscv64 build daemons and same for some architectures. The longest test takes 263 seconds there. Actually it might be better to just use the --timeout-multiplier option of meson instead of patch upstream sources. I have tested this patch on riscv64: diff -u pixman-0.44.0/debian/rules pixman-0.44.0/debian/rules --- pixman-0.44.0/debian/rules +++ pixman-0.44.0/debian/rules @@ -26,7 +26,7 @@ dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb -V"$(PACKAGE) (>= $(SHLIBS))" -- -c4 override_dh_auto_test: - dh_auto_test -- --verbose + dh_auto_test -- --verbose --timeout-multiplier 3 %: dh $@ --with quilt --builddirectory=build/ Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://aurel32.net