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

Commit

Permalink
timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Oct 23, 2017
1 parent 337cf77 commit d73f5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport-tcp.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('transport - tcp', () => {

let peer
beforeEach(function (done) {
this.timeout(15000) // hook fails with timeout for a number of tests
this.timeout(20000) // hook fails with timeout for a number of tests
Peer.create((err, info) => {
if (err) {
return done(err)
Expand Down

0 comments on commit d73f5bf

Please sign in to comment.