diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a4fd3fbf..d5cb7a29a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -297,6 +297,8 @@ G_DISABLE_ASSERT: image: $FEDORA_IMAGE stage: build needs: [] + variables: + MESON_TEST_TIMEOUT_MULTIPLIER: 15 script: - meson setup ${MESON_COMMON_OPTIONS} --werror @@ -307,7 +309,8 @@ G_DISABLE_ASSERT: -Dintrospection=enabled _build - meson compile -C _build - - bash -x ./.gitlab-ci/run-tests.sh + # Also take the opportunity to run the thorough tests (which are slow) + - bash -x ./.gitlab-ci/run-tests.sh --setup thorough artifacts: reports: junit: