From 3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 17 Mar 2022 07:43:30 -0400 Subject: ci: Use the timeout multiplier when running tests --- .gitlab-ci/run-tests.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci') 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 -- cgit v1.2.1