Skip to content

Commit

Permalink
fix: wait 1s to avoid cached receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 11, 2024
1 parent b147e09 commit 4e4ba69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cli/test/bin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ export const testSpace = {
provider: providerDID,
})

// wait 1 second so we don't get a cached receipt
await new Promise(resolve => setTimeout(resolve, 1000))

const infoWithProvider = await storacha
.args(['space', 'info'])
.env(context.env.alice)
Expand Down

0 comments on commit 4e4ba69

Please sign in to comment.