give valgrind runs even more time to complete

This commit is contained in:
Arvid Norberg 2013-10-02 04:06:53 +00:00
parent 0e7fb25916
commit b3fd7b0bbf
1 changed files with 1 additions and 1 deletions

View File

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