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

Commit

Permalink
chore: increade timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 15, 2019
1 parent b724e65 commit 6d6c4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swarm/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = (createCommon, options) => {
const common = createCommon()

describe('.swarm.connect', function () {
this.timeout(10000)
this.timeout(60000)
let ipfsA
let ipfsB

Expand Down

0 comments on commit 6d6c4ca

Please sign in to comment.