diff --git a/validate/launcher/apps/gstvalidate.py b/validate/launcher/apps/gstvalidate.py index 9a26e62a51..51828c5028 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)