mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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
1 changed files with 2 additions and 0 deletions
|
@ -304,6 +304,8 @@ valgrind good:
|
||||||
extends: '.valgrind fedora x86_64'
|
extends: '.valgrind fedora x86_64'
|
||||||
variables:
|
variables:
|
||||||
TEST_SUITE: "check.gst-plugins-good\\..*"
|
TEST_SUITE: "check.gst-plugins-good\\..*"
|
||||||
|
# take longer time due to splitmux unit test
|
||||||
|
TIMEOUT_FACTOR: "4"
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-ci)$/'
|
- if: '$CI_PROJECT_NAME =~ /^(gstreamer|gst-plugins-base|gst-plugins-good|gst-ci)$/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue