Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
CI hotfix attempt: wait after each minting operation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogemoll committed Jun 14, 2019
1 parent a43e827 commit a2bdbb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/packages/k0-integration-tests-fabric/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ describe('Fabric workflow', function fabricTest() {
data.additionProofJacobian
)
await mintProcessedPromise
if (process.env.CIRCLECI) {
await u.wait(1000)
}
}
logger.info(`Note for org ${i} MINTED`)
}
Expand Down

0 comments on commit a2bdbb0

Please sign in to comment.