From b4d39681308e029d5a7205bed1dccce9f39c6c37 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 29 Jul 2019 15:25:41 +0200 Subject: [PATCH] Reduce the number of test runs for Valgrind tests This should drastically reduce the runtime of the valgrind tests --- test/test_valgrind.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_valgrind.py b/test/test_valgrind.py index 437ce977..8ce2f790 100644 --- a/test/test_valgrind.py +++ b/test/test_valgrind.py @@ -34,6 +34,7 @@ def test_valgrind(implementation: pqclean.Implementation, impl_path, test_dir, SCHEME_DIR=os.path.abspath(impl_path), IMPLEMENTATION=implementation.name, DEST_DIR=dest_dir, + NTESTS=1, working_dir=os.path.join(test_dir, 'test')) functest_name = './functest_{}_{}'.format(implementation.scheme.name, implementation.name)