ci_template: set the TIMEOUT_FACTOR of gst-validate-launcher to 2

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.
This commit is contained in:
Jordan Petridis 2019-11-19 15:47:38 +02:00
parent 6b48c9c003
commit d19360b37e
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View 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"