mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
tests/fprintd: Increase allowed timeout
On my laptop it takes 48 seconds to run.
This commit is contained in:
@ -18,6 +18,7 @@ foreach t: tests
|
|||||||
'FPRINT_BUILD_DIR=' + meson.build_root() / 'src',
|
'FPRINT_BUILD_DIR=' + meson.build_root() / 'src',
|
||||||
'TOPSRCDIR=' + meson.source_root(),
|
'TOPSRCDIR=' + meson.source_root(),
|
||||||
],
|
],
|
||||||
|
timeout: t == 'fprintd' ? 60 : 30,
|
||||||
)
|
)
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user