Skip to content

Commit

Permalink
fix: update sleep duration to sustain CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Apr 14, 2023
1 parent c4922b3 commit c81d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/actions/test/unit/security.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe("Security", () => {
const res2 = await checkParticipantForCeremony(userFunctions, ceremony.uid)
expect(res2).to.be.true

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

Expand Down Expand Up @@ -476,7 +476,7 @@ describe("Security", () => {
const res2 = await checkParticipantForCeremony(userFunctions, ceremonySmallerTimeout.uid)
expect(res2).to.be.true

await sleep(15000)
await sleep(60000)

// progress to next circuit
await progressToNextCircuitForContribution(userFunctions, ceremonySmallerTimeout.uid)
Expand Down

0 comments on commit c81d389

Please sign in to comment.