mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
validate:launcher: Bump hard timeouts for all transcodin tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/172>
This commit is contained in:
parent
d811e1b39f
commit
bf56c5ab92
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ class GstValidateMediaCheckTestsGenerator(GstValidateTestsGenerator):
|
||||||
|
|
||||||
|
|
||||||
class GstValidateTranscodingTestsGenerator(GstValidateTestsGenerator):
|
class GstValidateTranscodingTestsGenerator(GstValidateTestsGenerator):
|
||||||
|
HARD_TIMEOUT_FACTOR = 10
|
||||||
|
|
||||||
def __init__(self, test_manager):
|
def __init__(self, test_manager):
|
||||||
GstValidateTestsGenerator.__init__(self, "transcode", test_manager)
|
GstValidateTestsGenerator.__init__(self, "transcode", test_manager)
|
||||||
|
|
Loading…
Reference in a new issue