gentoo/sys-auth/libfprint/files/libfprint-1.94.1-test-timeout.patch
Marek Szuba 1ab901e96d
sys-auth/libfprint-1.94.1-r1: increase timeout threshold for some tests
Signed-off-by: Marek Szuba <marecki@gentoo.org>
2021-11-20 01:52:57 +01:00

16 lines
537 B
Diff

Although most libfprint tests are vert quick, several of the VirtualImage
ones come very close to the default time-out threshold of 30 seconds.
Increase the relevant threshold to 45 seconds to make those tests less
sensitive to CPU frequency, system load etc.
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -88,6 +88,7 @@
suite: ut_suite,
depends: libfprint_typelib,
env: envs,
+ timeout: 45,
)
endforeach
else