move back to 50 to uncover threading issues

This commit is contained in:
Jaremy Creechley 2024-06-03 13:51:46 +01:00
parent 486f4f0aac
commit b346f6cf9f
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ suite "Test Prover":
prover = Prover.new(store, circomBackend, samples)
var proofs = newSeq[Future[?!(AnyProofInputs, AnyProof)]]()
for i in 1..10:
for i in 1..50:
echo "PROVE: ", i
let
challenge = (1234567+i).toF.toBytes.toArray32