validate: increase the normal timeout as well when using valgrind

This commit is contained in:
Guillaume Desmottes 2015-03-26 11:29:06 +01:00
parent 32eac4db44
commit 66a675cde8

View file

@ -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()