Skip to content

Commit 7e6c9ee

Browse files
committed
test: increase timeout for many writes
1 parent c537140 commit 7e6c9ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/transports.browser.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ describe('transports', () => {
168168
})
169169
})
170170

171-
it('many writes', (done) => {
171+
it('many writes', function (done) {
172+
this.timeout(10000)
173+
172174
nodeA.dialProtocol(peerB, '/echo/1.0.0', (err, conn) => {
173175
expect(err).to.not.exist()
174176

0 commit comments

Comments
 (0)