ci: Run tests with the timeout multiplier set to 5
Sometimes the test runners are saturated with other work. Bump the test timeouts by a multiplier of 5 with the hope that they now will be much more likely to have time to finish in time. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3299>
This commit is contained in:
parent
0d571e9191
commit
f31099cd85
@ -213,7 +213,7 @@ test:
|
||||
- sudo meson install -C mutter/build
|
||||
- mkdir -m 700 $XDG_RUNTIME_DIR
|
||||
script:
|
||||
- dbus-run-session -- xvfb-run meson test -C build --no-rebuild
|
||||
- dbus-run-session -- xvfb-run meson test -C build --no-rebuild --timeout-multiplier 5
|
||||
artifacts:
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user