summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2020-03-22 09:51:40 -0300
committerThibault Saunier <tsaunier@igalia.com>2020-10-23 12:18:40 -0300
commitbf56c5ab92d2d8c541c5c26e199a4d0859eb2ba2 (patch)
tree9ff1c14200c9c897659b2fc59b4b8f948457c283
parentd811e1b39fd741ec05da7cd2938ff9d08d7b149c (diff)
validate:launcher: Bump hard timeouts for all transcodin tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/172>
-rw-r--r--validate/launcher/apps/gstvalidate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py
index 9a26e62..51828c5 100644
--- a/validate/launcher/apps/gstvalidate.py
+++ b/validate/launcher/apps/gstvalidate.py
@@ -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)