allow valgrind to take even longer

This commit is contained in:
Arvid Norberg 2014-01-24 21:17:41 +00:00
parent b3ea887109
commit 8cfbb8a243
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 *= 3
time_limit *= 6
architecture = platform.machine()
build_platform = platform.system() + '-' + platform.release()