ci_template: Increase timeout of -good valgrind

splitmux unit test includes encoding task which might require more time
to finish test
This commit is contained in:
Seungha Yang 2020-03-28 17:40:18 +09:00
parent a5686ae478
commit e0544b256f

View file

@ -304,6 +304,8 @@ valgrind good:
extends: '.valgrind fedora x86_64'
variables:
TEST_SUITE: "check.gst-plugins-good\\..*"
# take longer time due to splitmux unit test
TIMEOUT_FACTOR: "4"
rules:
- if: '$CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-ci)$/'