Skip to content

Commit

Permalink
revert excessive testing cost
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Oct 16, 2023
1 parent 58925dd commit d92b6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gadgets/gadgets.unit-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ let maybeUint64: Spec<bigint, Field> = {
// do a couple of proofs
// TODO: we use this as a test because there's no way to check custom gates quickly :(

equivalentAsync({ from: [maybeUint64], to: boolean }, { runs: 20 })(
equivalentAsync({ from: [maybeUint64], to: boolean }, { runs: 3 })(
(x) => {
if (x >= 1n << 64n) throw Error('expected 64 bits');
return true;
Expand Down

0 comments on commit d92b6fa

Please sign in to comment.