forked from premiere/premiere-libtorrent
lower the timeout for valgrind tests a bit
This commit is contained in:
parent
f1c9d5f8fb
commit
d7e7093da6
|
@ -239,7 +239,7 @@ def main(argv):
|
||||||
|
|
||||||
# it takes a bit longer to run in valgrind
|
# it takes a bit longer to run in valgrind
|
||||||
if 'launcher=valgrind' in options:
|
if 'launcher=valgrind' in options:
|
||||||
time_limit *= 6
|
time_limit *= 3
|
||||||
|
|
||||||
architecture = platform.machine()
|
architecture = platform.machine()
|
||||||
build_platform = platform.system() + '-' + platform.release()
|
build_platform = platform.system() + '-' + platform.release()
|
||||||
|
|
Loading…
Reference in New Issue