diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:52 +0000 |
commit | 57759c415099a81a2d25ce2de6fecadb07513f67 (patch) | |
tree | 3f501adeb6375a01d429fac6f27a6ecee07b3541 /debian/patches/timeout-test-lpe.patch | |
parent | Adding upstream version 1.2.2. (diff) | |
download | inkscape-debian/1.2.2-2.tar.xz inkscape-debian/1.2.2-2.zip |
Adding debian version 1.2.2-2.debian/1.2.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/timeout-test-lpe.patch | 20 |
1 files changed, 20 insertions, 0 deletions
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 <mattia@debian.org> +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) |