lower the timeout for valgrind tests a bit

This commit is contained in:
Arvid Norberg 2013-10-03 16:54:41 +00:00
parent f1c9d5f8fb
commit d7e7093da6
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ def main(argv):
# it takes a bit longer to run in valgrind
if 'launcher=valgrind' in options:
time_limit *= 6
time_limit *= 3
architecture = platform.machine()
build_platform = platform.system() + '-' + platform.release()