bitcoin-core / secp256k1

Optimized C library for EC operations on curve secp256k1
MIT License
2.06k stars 1k forks source link

test, ci: Lower default of iters to 4 #1581

Open hebasto opened 1 month ago

hebasto commented 1 month ago

The number of test iterations in the CI remains the same.

Resolves https://github.com/bitcoin-core/secp256k1/issues/1561.

$ ./build/src/tests 
test count = 4
random seed = 7fa7db4fbd2815cf3d727b413b2a1fed
Skipping run_sha256_known_output_tests 1000000 (iteration count too low)
Skipping test_ecmult_constants_2bit (iteration count too low)
random run = b791edfd9c86de8e8573c21e2773bbd0
no problems found