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

Commit 5035a44

Browse files
committed
fix: tweak some tests
1 parent ae5a200 commit 5035a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miscellaneous/dns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (common, options) => {
1313
const it = getIt(options)
1414

1515
describe('.dns', function () {
16-
this.timeout(10 * 1000)
16+
this.timeout(60 * 1000)
1717
this.retries(3)
1818
let ipfs
1919

0 commit comments

Comments
 (0)