Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
try to appease the travis gods
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 8, 2016
1 parent dbf0d2c commit 594b770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/04-muxing-multiplex.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TCP = require('libp2p-tcp')
const multiplex = require('libp2p-spdy')

describe('stream muxing with multiplex (on TCP)', function () {
this.timeout(20000)
this.timeout(60 * 1000)

var swarmA
var peerA
Expand Down Expand Up @@ -41,7 +41,7 @@ describe('stream muxing with multiplex (on TCP)', function () {
swarmB.transport.add('tcp', new TCP())
swarmC.transport.add('tcp', new TCP())

async.series([
async.parallel([
(cb) => swarmA.transport.listen('tcp', {}, null, cb),
(cb) => swarmB.transport.listen('tcp', {}, null, cb),
(cb) => swarmC.transport.listen('tcp', {}, null, cb)
Expand Down

0 comments on commit 594b770

Please sign in to comment.