mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user