Skip to content

Commit

Permalink
Less aggressive timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed Jan 20, 2022
1 parent bab41d9 commit ef3a4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eventsource_test.js
Expand Up @@ -454,7 +454,7 @@ describe('Parser', function () {
})

it('parses relatively huge messages efficiently', function (done) {
this.timeout(30)
this.timeout(200)

createServer(function (err, server) {
if (err) return done(err)
Expand Down

0 comments on commit ef3a4ee

Please sign in to comment.