mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Adjust timeouts to avoid CI failures
The virtual-image test is quite CPU intensive and can take a long time in the CI setup. Adjust the timeouts so that it runs reliably.
This commit is contained in:
committed by
Benjamin Berg
parent
c26588942a
commit
1528c962fa
@@ -57,7 +57,7 @@ test:
|
||||
script:
|
||||
- meson --werror -Ddrivers=all -Db_coverage=true . _build
|
||||
- ninja -C _build
|
||||
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3
|
||||
- meson test -C _build --verbose --no-stdsplit
|
||||
- ninja -C _build coverage
|
||||
- cat _build/meson-logs/coverage.txt
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user