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

Commit 79b747e

Browse files
committed
fix: more time for CI to resolve recursively
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 3e972d2 commit 79b747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/miscellaneous/resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = (createCommon, options) => {
9797

9898
// Test resolve turns /ipns/QmPeerHash into /ipns/domain.com into /ipfs/QmHash
9999
it('should resolve IPNS link recursively', function (done) {
100-
this.timeout(2 * 60 * 1000)
100+
this.timeout(4 * 60 * 1000)
101101

102102
ipfs.name.publish('/ipns/ipfs.io', { resolve: false }, (err, res) => {
103103
expect(err).to.not.exist()

0 commit comments

Comments
 (0)