From d7fec03f24d10f88d34581c72f0eef201f5eafac Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 19 Mar 2020 23:29:42 -0400 Subject: [PATCH] tests/fprintd: Increase allowed timeout On my laptop it takes 48 seconds to run. --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 5f84d5b..7e0701d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -18,6 +18,7 @@ foreach t: tests 'FPRINT_BUILD_DIR=' + meson.build_root() / 'src', 'TOPSRCDIR=' + meson.source_root(), ], + timeout: t == 'fprintd' ? 60 : 30, ) endforeach