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:
parent
a5686ae478
commit
e0544b256f
@ -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)$/'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user