privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

chore: increase timeout test #262

Closed alrevuelta closed 7 months ago

alrevuelta commented 7 months ago

Description

cedoor commented 7 months ago

@alrevuelta it needs more time :D

sripwoud commented 7 months ago

Hey @alrevuelta I also experienced timeouts in one of my last PRs.
Do you also have issues locally? Or just with the ci? I remembered there is a difference between the test workflow on PR events and on push on main.
I'd like to try aligning the PR workflow to the production workflow. Can I try this https://github.com/privacy-scaling-explorations/zk-kit/issues/263 first? Maybe it is not necessary to keep bumping all the timeouts in the end... Edit: nevermind, it really is a timeout issue, splitting the job makes no difference

cc @cedoor

cedoor commented 7 months ago

@alrevuelta Thank you sm!