Skip to content

Commit

Permalink
test: increase timeout for many writes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Sep 24, 2018
1 parent c537140 commit 7e6c9ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/transports.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ describe('transports', () => {
})
})

it('many writes', (done) => {
it('many writes', function (done) {
this.timeout(10000)

nodeA.dialProtocol(peerB, '/echo/1.0.0', (err, conn) => {
expect(err).to.not.exist()

Expand Down

0 comments on commit 7e6c9ee

Please sign in to comment.