1
0
Fork 0

ci: Run gnome-shell 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/mutter/-/merge_requests/3735>
This commit is contained in:
Jonas Ådahl 2024-05-03 16:20:48 +02:00 committed by Marge Bot
parent 31165c2d86
commit 3dbe3668e6

View file

@ -594,7 +594,7 @@ can-run-gnome-shell@x86_64:
- .gitlab-ci/checkout-gnome-shell.sh
- meson setup gnome-shell gnome-shell/build --prefix /usr -Dbuildtype=debugoptimized -Dman=false --werror --fatal-meson-warnings
- sudo meson install -C gnome-shell/build
- dbus-run-session -- xvfb-run meson test -C gnome-shell/build --no-rebuild
- dbus-run-session -- xvfb-run meson test -C gnome-shell/build --no-rebuild --timeout-multiplier 5
test-mutter-coverity:
rules: