Source: weston
Version: 14.0.2-1
Severity: serious
Tags: ftbfs patch
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: riscv64

https://buildd.debian.org/status/logs.php?pkg=weston&arch=riscv64

44/55 color-icc-output               OK             115.51s   27 subtests passed

44/55 color-icc-output               TIMEOUT        120.61s   killed by signal 
9 SIGKILL

The attached patch increases the test timeout from 2 to 5 minutes,
actual test hangs are rare and not worth the hassle of tighter
test timeouts which are in practice far more common.
Description: Increase the test timeout to 5 minutes
 2 minutes is too short for color-icc-output on riscv64.
Author: Adrian Bunk <[email protected]>

--- weston-14.0.2.orig/tests/meson.build
+++ weston-14.0.2/tests/meson.build
@@ -475,7 +475,7 @@ foreach t : tests
                t_exe,
                 env: test_env,
                depends: t.get('test_deps', []),
-               timeout: 120,
+               timeout: 300,
                protocol: 'tap',
                is_parallel: not run_exclusive
        )

Reply via email to