From 57759c415099a81a2d25ce2de6fecadb07513f67 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:52 +0200 Subject: Adding debian version 1.2.2-2. Signed-off-by: Daniel Baumann --- debian/patches/timeout-test-lpe.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 debian/patches/timeout-test-lpe.patch (limited to 'debian/patches/timeout-test-lpe.patch') diff --git a/debian/patches/timeout-test-lpe.patch b/debian/patches/timeout-test-lpe.patch new file mode 100644 index 0000000..d9bc1a4 --- /dev/null +++ b/debian/patches/timeout-test-lpe.patch @@ -0,0 +1,20 @@ +Description: increaste timeout for this test + https://buildd.debian.org/status/fetch.php?pkg=inkscape&arch=mipsel&ver=1.2.2-1&stamp=1671553799&raw=0 + https://buildd.debian.org/status/fetch.php?pkg=inkscape&arch=mips64el&ver=1.2.2-1&stamp=1671566710&raw=0 + In the past it took ~60 seconds, but suddenly it timeouted after 180. + Let's try increasing this. +Author: Mattia Rizzolo +Forwarded: not-needed +Last-Update: 2022-12-21 + +--- a/testfiles/CMakeLists.txt ++++ b/testfiles/CMakeLists.txt +@@ -105,6 +105,8 @@ + add_dependencies(tests ${testname}) + endforeach() + ++# on mipsel this timeouted after 180s ++set_tests_properties(test_lpe PROPERTIES TIMEOUT 600) + + ### CLI rendering tests and LPE + add_subdirectory(cli_tests) -- cgit v1.2.3