test, ci: Lower default iteration count to 16

The number of test iterations in the CI remains unchanged.

Additionally, the minimum iteration counts to enable the
`test_ecmult_constants_2bit` test is adjusted from 35 to 16, so it is
run by default.
This commit is contained in:
Hennadii Stepanov
2024-10-30 14:30:55 +00:00
parent 3fdf146bad
commit 0f73caf7c6
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ env:
SCHNORRSIG: 'no'
ELLSWIFT: 'no'
### test options
SECP256K1_TEST_ITERS:
SECP256K1_TEST_ITERS: 64
BENCH: 'yes'
SECP256K1_BENCH_ITERS: 2
CTIMETESTS: 'yes'