zkemail / zk-email-verify

Verify any text in any sent or received email, cryptographically and via only trusting the sending mailserver.
https://prove.email
MIT License
366 stars 77 forks source link

Minor fix to handle circuit test timeout #219

Closed saleel closed 1 month ago

saleel commented 2 months ago

Description

This PR is based to revert/regex-update but will automatically change to main once #218 is merged.

Type of Change

Please delete options that are not relevant.

Checklist:

Divide-By-0 commented 2 months ago

Hmmm id prefer to make tests smaller or increase parallelism to increasing test time, or else dev iteration time slows down due to slower tests.

saleel commented 1 month ago

Hmmm id prefer to make tests smaller or increase parallelism to increasing test time, or else dev iteration time slows down due to slower tests.

Yea, but its less likely circom compilation and tests will run in default timeout. We already have smaller circuits for testing individual templates. This was necessary in my machine to finish the tests.