Skip to content

Commit 5eb519e

Browse files
committed
ci: reduce TEST_ITERS in memcheck run
1 parent e2cf773 commit 5eb519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ task:
290290
env:
291291
# 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)
292292
WRAPPER_CMD: "valgrind --error-exitcode=42"
293-
SECP256K1_TEST_ITERS: 16
293+
SECP256K1_TEST_ITERS: 2
294294
- name: "UBSan, ASan, LSan"
295295
env:
296296
CFLAGS: "-fsanitize=undefined,address -g"

0 commit comments

Comments
 (0)