Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 5b3f5a8

Browse files
authored
fix: allow retries for DNS test due to dependence on external services (#352)
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent b9dc12a commit 5b3f5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/miscellaneous/dns.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = (createCommon, options) => {
3232

3333
it('should resolve a DNS link', function (done) {
3434
this.timeout(20 * 1000)
35+
this.retries(3)
3536

3637
ipfs.dns('ipfs.io', (err, path) => {
3738
expect(err).to.not.exist()

0 commit comments

Comments
 (0)