ci: Increase the timeout multiplier for tests
Change the FEDORA_TAG to the current date in order to rebuild the image
This commit is contained in:
parent
edb09463f4
commit
af42b3e468
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ test:
|
||||||
script:
|
script:
|
||||||
- meson --werror -Ddrivers=all -Db_coverage=true . _build
|
- meson --werror -Ddrivers=all -Db_coverage=true . _build
|
||||||
- ninja -C _build
|
- ninja -C _build
|
||||||
- meson test -C _build --verbose --no-stdsplit
|
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 3
|
||||||
- ninja -C _build coverage
|
- ninja -C _build coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue