mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 02:28:05 +00:00
debian/rules: Increase testing timeout
As default might not be enough in some archs
This commit is contained in:
Vendored
+4
@@ -2,6 +2,8 @@
|
||||
|
||||
export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
|
||||
|
||||
BUILDDIR = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)
|
||||
|
||||
# Configuration arguments
|
||||
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d -Dgtk-examples=false \
|
||||
-Ddrivers=all
|
||||
@@ -19,3 +21,5 @@ override_dh_install:
|
||||
debian/tmp/usr/lib/*/pkgconfig/libfprint-2.pc
|
||||
dh_install
|
||||
|
||||
override_dh_auto_test:
|
||||
dh_auto_test -- -C $(BUILDDIR) --timeout-multiplier 5
|
||||
|
||||
Reference in New Issue
Block a user