validate:launcher: Bump hard timeouts for all transcodin tests
authorThibault Saunier <tsaunier@igalia.com>
Sun, 22 Mar 2020 12:51:40 +0000 (09:51 -0300)
committerThibault Saunier <tsaunier@igalia.com>
Fri, 23 Oct 2020 15:18:40 +0000 (12:18 -0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/172>

validate/launcher/apps/gstvalidate.py

index 9a26e62..51828c5 100644 (file)
@@ -112,6 +112,7 @@ class GstValidateMediaCheckTestsGenerator(GstValidateTestsGenerator):
 
 
 class GstValidateTranscodingTestsGenerator(GstValidateTestsGenerator):
+    HARD_TIMEOUT_FACTOR = 10
 
     def __init__(self, test_manager):
         GstValidateTestsGenerator.__init__(self, "transcode", test_manager)