summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-02-12 14:41:05 +0100
committerJens Georg <mail@jensge.org>2022-03-12 16:12:21 +0100
commitfc0e890bf498e9cbdb08dcefc07962a3ff1a6187 (patch)
treead9e23e349497949c29a3ac0c8daf62eeebd3802 /.gitlab-ci.yml
parent5eea23c3dd1afc6bed5a1a516475ab46959c0bf8 (diff)
downloadgupnp-fc0e890bf498e9cbdb08dcefc07962a3ff1a6187.tar.gz
ci: Actually use the test multiplier
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 ea29701..39ac08a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,7 +115,7 @@ build-fedora@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 meson test --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
+ env LANG=C.UTF-8 LC_ALL=C.UTF-8 meson test --timeout-multiplier ${MESON_TEST_TIMEOUT_MULTIPLIER} --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
after_script:
- |
echo "Distribution: "