[pango/matthiasc/for-main: 2/2] ci: Use the timeout multiplier when running tests




commit 3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 17 07:43:30 2022 -0400

    ci: Use the timeout multiplier when running tests

 .gitlab-ci/run-tests.sh | 1 +
 1 file changed, 1 insertion(+)
---
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 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]