From e8ace922a2131d2920cb79c1a0404f2bc2542e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 9 Nov 2020 09:34:09 +0100 Subject: [PATCH] ci: Run tests with 10 Hz dummy monitors This decreases flakyness of some tests when runners are under heavy load. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1555 --- .gitlab-ci/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh index dc77342b9..63726d117 100755 --- a/.gitlab-ci/run-tests.sh +++ b/.gitlab-ci/run-tests.sh @@ -7,6 +7,8 @@ dconf update mkdir -m 700 $XDG_RUNTIME_DIR glib-compile-schemas $GSETTINGS_SCHEMA_DIR +export MUTTER_DEBUG_DUMMY_MODE_SPECS="800x600@10.0" + dbus-run-session -- \ xvfb-run -s '+iglx -noreset' \ meson test -C build --no-rebuild -t 10 --wrap catchsegv