move back to 50 to uncover threading issues
This commit is contained in:
parent
486f4f0aac
commit
b346f6cf9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue