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:
@ -213,7 +213,7 @@ test:
|
|||||||
- sudo meson install -C mutter/build
|
- sudo meson install -C mutter/build
|
||||||
- mkdir -m 700 $XDG_RUNTIME_DIR
|
- mkdir -m 700 $XDG_RUNTIME_DIR
|
||||||
script:
|
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:
|
artifacts:
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user