From 5eb519e1f60c305e9240946d5773a635192d2a1a Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 3 Dec 2021 14:56:28 -0500 Subject: [PATCH] ci: reduce TEST_ITERS in memcheck run --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9aa6a5e5ebb51..ba88cb75939d0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -290,7 +290,7 @@ task: env: # The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html) WRAPPER_CMD: "valgrind --error-exitcode=42" - SECP256K1_TEST_ITERS: 16 + SECP256K1_TEST_ITERS: 2 - name: "UBSan, ASan, LSan" env: CFLAGS: "-fsanitize=undefined,address -g"