Skip to content

Commit

Permalink
chore: retry dnslink tests (#469)
Browse files Browse the repository at this point in the history
These tests are flaky in CI so add a retry
  • Loading branch information
achingbrain authored Mar 14, 2024
1 parent 2c71b6e commit a0d651c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interop/src/ipns-dnslink.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ describe('@helia/ipns - dnslink', () => {
const result = await name.resolveDNSLink(domain)

expect(result).to.have.property('cid')
})
}).retries(5)
})
})

0 comments on commit a0d651c

Please sign in to comment.