mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
gitlab-ci.yml: Allow for tests taking longer time
Test runners might be slow, so use the test time multiplier 2 to avoid unnecessary pipeline failures.
This commit is contained in:
parent
70741a051b
commit
f795725aaf
@ -17,7 +17,7 @@ test-mutter:
|
||||
- meson . build -Degl_device=true -Dwayland_eglstream=true
|
||||
- ninja -C build
|
||||
- glib-compile-schemas $PWD/build/data
|
||||
- env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build --verbose --no-stdsplit --wrap catchsegv
|
||||
- env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build -t 2 --verbose --no-stdsplit --wrap catchsegv
|
||||
artifacts:
|
||||
paths:
|
||||
- build/
|
||||
|
Loading…
Reference in New Issue
Block a user