diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-03-17 07:43:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-03-18 20:59:58 -0400 |
commit | 3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7 (patch) | |
tree | 62abb40632216b10da00ee624729662901324c43 /.gitlab-ci/run-tests.sh | |
parent | f9d0b6da8f4ad1a285d462ae381d861738d0ced1 (diff) | |
download | pango-3b15fb81fe0078cb70fe5ff128d53e1cb146d3c7.tar.gz |
ci: Use the timeout multiplier when running tests
Diffstat (limited to '.gitlab-ci/run-tests.sh')
-rwxr-xr-x | .gitlab-ci/run-tests.sh | 1 |
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 |