summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-03-17 07:43:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-03-18 20:59:58 -0400
commit3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7 (patch)
tree62abb40632216b10da00ee624729662901324c43
parentf9d0b6da8f4ad1a285d462ae381d861738d0ced1 (diff)
downloadpango-3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7.tar.gz
ci: Use the timeout multiplier when running tests
-rwxr-xr-x.gitlab-ci/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 683c031b..c071bd18 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -13,6 +13,7 @@ export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
export G_SLICE=always-malloc
meson test -C ${builddir} \
+ --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
--print-errorlogs \
--suite=pango