ci_template: set the TIMEOUT_FACTOR of gst-validate-launcher to 2
authorJordan Petridis <jordan@centricular.com>
Tue, 19 Nov 2019 13:47:38 +0000 (15:47 +0200)
committerJordan Petridis <jordan@centricular.com>
Tue, 19 Nov 2019 19:58:43 +0000 (21:58 +0200)
We have lots of tests that timeout on the CI due to a high load
of jobs on the CI runners. Let's try giving them a bit more time
and see how its going.

gitlab/ci_template.yml

index 87e9017..798c2e9 100644 (file)
@@ -190,6 +190,7 @@ build clang fedora x86_64:
     GST_DEBUG_NO_COLOR: "true"
     CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/validate-logs/"
     GST_VALIDATE_LAUNCHER_FORCE_COLORS: "true"
+    TIMEOUT_FACTOR: "2"
   script:
     - cd gst-build/
     - echo "-> Running ${TEST_SUITE}"
@@ -201,6 +202,7 @@ build clang fedora x86_64:
       --shuffle
       --no-display
       --meson-no-rebuild
+      --timeout-factor "${TIMEOUT_FACTOR}"
       --fail-on-testlist-change
       -l "${CI_PROJECT_DIR}/validate-logs/"
       --xunit-file "${CI_PROJECT_DIR}/validate-logs/xunit.xml"