This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const createTempNode = require('../utils/temp-node')
12
12
const repoPath = require ( './index' ) . repoPath
13
13
14
14
describe ( 'bitswap' , function ( ) {
15
- this . timeout ( 20000 )
15
+ this . timeout ( 80000 )
16
16
const env = _ . clone ( process . env )
17
17
env . IPFS_PATH = repoPath
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const repoPath = require('./index').repoPath
9
9
const _ = require ( 'lodash' )
10
10
11
11
describe ( 'swarm' , function ( ) {
12
- this . timeout ( 20000 )
12
+ this . timeout ( 80000 )
13
13
const env = _ . clone ( process . env )
14
14
env . IPFS_PATH = repoPath
15
15
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const expect = require('chai').expect
6
6
const createTempNode = require ( '../utils/temp-node' )
7
7
8
8
describe ( 'swarm' , function ( ) {
9
- this . timeout ( 20000 )
9
+ this . timeout ( 80000 )
10
10
11
11
var ipfsA
12
12
var ipfsB
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const expect = require('chai').expect
5
5
6
6
module . exports = ( httpAPI ) => {
7
7
describe ( 'bitswap' , function ( ) {
8
- this . timeout ( 20000 )
8
+ this . timeout ( 80000 )
9
9
describe ( 'commands' , ( ) => {
10
10
let api
11
11
before ( ( ) => {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const createTempNode = require('../utils/temp-node')
7
7
8
8
module . exports = ( httpAPI ) => {
9
9
describe ( 'swarm' , function ( ) {
10
- this . timeout ( 20000 )
10
+ this . timeout ( 80000 )
11
11
12
12
describe ( 'api' , ( ) => {
13
13
var api
You can’t perform that action at this time.
0 commit comments