mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +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'
|
||||
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…
Reference in a new issue