summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-07 18:24:38 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-08 11:31:15 +0100
commit36742e8e110cc56cf3c0ead1f1bd71cd6e55eaaa (patch)
tree94c2d09f288ed3ec34f7aeba2a255ffc2c2fa8d6 /.gitlab-ci.yml
parent5b4410c791f056991d3ffec7cef15818cae8b169 (diff)
downloadtracker-36742e8e110cc56cf3c0ead1f1bd71cd6e55eaaa.tar.gz
ci: Manually apply test timeout multiplier
This was mistakenly set, but never passed to meson. This should give enough time for slow runners to finish.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 668b62592..31fd39fea 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -285,7 +285,7 @@ build-alpine-latest@x86_64:
# whole environment for every failed test, and that gives a whole
# screenful of junk each time unless we strip these.
unset $(env|grep -o '^CI_[^=]*')
- env LANG=C.UTF-8 LC_ALL=C.UTF-8 dbus-run-session meson test --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
+ env LANG=C.UTF-8 LC_ALL=C.UTF-8 dbus-run-session meson test -t $MESON_TEST_TIMEOUT_MULTIPLIER --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
after_script:
- pushd build
- gcovr --root=.. --filter='\.\./src/'