dev-util/umockdev: Try to fix tests running

Try to solve most of the test failures running tests sequentially and with
longer timeouts. At least on my case, they finally pass on my setup.

Bug: https://bugs.gentoo.org/905588
Bug: https://bugs.gentoo.org/935573
Bug: https://bugs.gentoo.org/957025957628
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-08-03 12:08:06 +02:00
parent cc038807e8
commit 6ed7036c00

View File

@@ -58,5 +58,6 @@ multilib_src_configure() {
}
multilib_src_test() {
meson_src_test --no-suite fails-valgrind
export SLOW_TESTBED_FACTOR=10
meson test -v --num-processes=1 --timeout-multiplier=10 --setup installed
}