[tracker/wip/carlosg/ci-pipelines: 7/7] ci: Manually apply test timeout multiplier




commit 36742e8e110cc56cf3c0ead1f1bd71cd6e55eaaa
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 668b62592..31fd39fea 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]