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

Commit 55560c7

Browse files
committed
test: timeout
1 parent 26c94f0 commit 55560c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/swarm-muxing.node.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ describe('Switch (everything all together)', () => {
105105
switchE.connection.reuse()
106106
})
107107

108-
it('warm up from A to B on tcp to tcp+ws', (done) => {
108+
it('warm up from A to B on tcp to tcp+ws', function (done) {
109+
this.timeout(10 * 1000)
109110
parallel([
110111
(cb) => switchB.once('peer-mux-established', (pi) => {
111112
expect(pi.id.toB58String()).to.equal(switchA._peerInfo.id.toB58String())

0 commit comments

Comments
 (0)