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

Commit

Permalink
fix: allow retries for DNS test due to dependence on external services (
Browse files Browse the repository at this point in the history
#352)

License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw committed Aug 16, 2018
1 parent b9dc12a commit 5b3f5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/miscellaneous/dns.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = (createCommon, options) => {

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

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

0 comments on commit 5b3f5a8

Please sign in to comment.