Skip to content

Commit

Permalink
fix: missing sleep leads to unconsistency when progressing to next co…
Browse files Browse the repository at this point in the history
…ntribution step
  • Loading branch information
0xjei committed Apr 13, 2023
1 parent 855c3de commit b0e2574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/actions/test/unit/security.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ describe("Security", () => {
const res2 = await checkParticipantForCeremony(userFunctions, ceremony.uid)
expect(res2).to.be.true

await sleep(10000)
// progress to next circuit
await progressToNextCircuitForContribution(userFunctions, ceremony.uid)

Expand Down

0 comments on commit b0e2574

Please sign in to comment.