Skip to content

Commit

Permalink
tests: increased some timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Nov 28, 2017
1 parent da40de5 commit ecdb7bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/browser-bundle/webrtc-star-only.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const pull = require('pull-stream')

const Node = require('./browser-bundle')

describe('libp2p-ipfs-browser (webrtc only)', () => {
describe('libp2p-ipfs-browser (webrtc only)', function () {
this.timeout(30 * 1000)
let peer1
let peer2
let node1
Expand Down
3 changes: 2 additions & 1 deletion test/browser-bundle/websockets-only.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const Buffer = require('safe-buffer').Buffer
const Node = require('./browser-bundle')
const rawPeer = require('./peer.json')

describe('libp2p-ipfs-browser (websockets only)', () => {
describe('libp2p-ipfs-browser (websockets only)', function () {
this.timeout(30 * 1000)
let peerB
let nodeA

Expand Down

0 comments on commit ecdb7bf

Please sign in to comment.