Bug#1120434: weston: Frequent FTBFS on riscv64 due to too short timeout
Source: weston
Version: 14.0.2-1
Severity: serious
Tags: ftbfs patch
X-Debbugs-Cc: debian-riscv@lists.debian.org
User: debian-riscv@lists.debian.org
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 <bunk@debian.org>
--- 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 to: