Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 46e2645

Browse files
committed
test: dns can take some time
1 parent 27d5a57 commit 46e2645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/dht.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('dht', () => {
1414
let ipfsd, ipfs
1515

1616
before(function (done) {
17-
this.timeout(20 * 1000)
17+
this.timeout(30 * 1000)
1818

1919
const factory = IPFSFactory.create({ type: 'proc' })
2020

0 commit comments

Comments
 (0)