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

Commit 6d6c4ca

Browse files
committed
chore: increade timeout
1 parent b724e65 commit 6d6c4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/swarm/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = (createCommon, options) => {
99
const common = createCommon()
1010

1111
describe('.swarm.connect', function () {
12-
this.timeout(10000)
12+
this.timeout(60000)
1313
let ipfsA
1414
let ipfsB
1515

0 commit comments

Comments
 (0)