tests/fprintd: Increase allowed timeout

On my laptop it takes 48 seconds to run.
This commit is contained in:
Timothy Gu
2020-03-19 23:29:42 -04:00
parent 4a3ae5ccaf
commit d7fec03f24

View File

@ -18,6 +18,7 @@ foreach t: tests
'FPRINT_BUILD_DIR=' + meson.build_root() / 'src',
'TOPSRCDIR=' + meson.source_root(),
],
timeout: t == 'fprintd' ? 60 : 30,
)
endforeach