forked from premiere/premiere-libtorrent
allow valgrind to take even longer
This commit is contained in:
parent
b3ea887109
commit
8cfbb8a243
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue