summaryrefslogtreecommitdiff
blob: cc5080e2a140e8dd841e9635d4cb2af9437aef26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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