mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
validate: increase VALGRIND_TIMEOUT_FACTOR
5 wasn't enough for my poor laptop.
This commit is contained in:
parent
66a675cde8
commit
daaa32676c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue