Skip to content

Commit

Permalink
test(poseidon-proof): increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Apr 29, 2024
1 parent 2cfe7ed commit 05babc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/poseidon-proof/tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ beforeAll(async () => {
proofs.push({ fullProof, digest })
})
)
}, 30_000)
}, 35_000)

afterAll(async () => {
await curve.terminate()
Expand Down

0 comments on commit 05babc6

Please sign in to comment.