validate: increase VALGRIND_TIMEOUT_FACTOR

5 wasn't enough for my poor laptop.
This commit is contained in:
Guillaume Desmottes 2015-03-26 11:29:26 +01:00
parent 66a675cde8
commit daaa32676c

View file

@ -41,7 +41,7 @@ from utils import mkdir, Result, Colors, printc, DEFAULT_TIMEOUT, GST_SECOND, \
# The factor by which we increase the hard timeout when running inside
# Valgrind
VALGRIND_TIMEOUT_FACTOR = 5
VALGRIND_TIMEOUT_FACTOR = 20
# The error reported by valgrind when detecting errors
VALGRIND_ERROR_CODE = 20