summaryrefslogtreecommitdiff
path: root/validate/launcher/apps/gstvalidate.py
diff options
context:
space:
mode:
Diffstat (limited to 'validate/launcher/apps/gstvalidate.py')
-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)