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

Commit ddef9ae

Browse files
committed
chore: increade timeout
1 parent 00341f9 commit ddef9ae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/swarm/addrs.js

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

1212
describe('.swarm.addrs', function () {
13-
this.timeout(60 * 1000)
13+
this.timeout(80 * 1000)
1414

1515
let ipfsA
1616
let ipfsB

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(60 * 1000)
12+
this.timeout(80 * 1000)
1313
let ipfsA
1414
let ipfsB
1515

src/swarm/disconnect.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.disconnect', function () {
12-
this.timeout(60 * 1000)
12+
this.timeout(80 * 1000)
1313

1414
let ipfsA
1515
let ipfsB

src/swarm/local-addrs.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.localAddrs', function () {
12-
this.timeout(60 * 1000)
12+
this.timeout(80 * 1000)
1313

1414
let ipfs
1515

src/swarm/peers.js

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

1414
describe('.swarm.peers', function () {
15-
this.timeout(60 * 1000)
15+
this.timeout(80 * 1000)
1616

1717
let ipfsA
1818
let ipfsB

0 commit comments

Comments
 (0)