[tracker/wip/carlosg/ci-pipelines] ci: Manually apply test timeout multiplier
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/ci-pipelines] ci: Manually apply test timeout multiplier
- Date: Mon, 7 Mar 2022 17:25:40 +0000 (UTC)
commit 792341c0a3973e45f29653a0feca3459937387b3
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Mar 7 18:24:38 2022 +0100
ci: Manually apply test timeout multiplier
This was mistakenly set, but never passed to meson. This should
give enough time for slow runners to finish.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 82b857d87..e73543a81 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -285,7 +285,7 @@ build-alpine-latest@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 dbus-run-session meson test --print-errorlogs ${MESON_TEST_EXTRA_ARGS}
+ env LANG=C.UTF-8 LC_ALL=C.UTF-8 dbus-run-session meson test -t MESON_TEST_TIMEOUT_MULTIPLIER
--print-errorlogs ${MESON_TEST_EXTRA_ARGS}
after_script:
- pushd build
- gcovr --root=.. --filter='\.\./src/'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]