mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
validate: increase the normal timeout as well when using valgrind
This commit is contained in:
parent
32eac4db44
commit
66a675cde8
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ class Test(Loggable):
|
|||
self.add_env_variable('G_SLICE', 'always-malloc')
|
||||
|
||||
self.hard_timeout *= VALGRIND_TIMEOUT_FACTOR
|
||||
self.timeout *= VALGRIND_TIMEOUT_FACTOR
|
||||
|
||||
def test_start(self, queue):
|
||||
self.open_logfile()
|
||||
|
|
Loading…
Reference in a new issue