Skip to content

Commit

Permalink
Modify test timeout that checks performance of the chunk parser
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed Jan 20, 2022
1 parent dbd7d13 commit bab41d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eventsource_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ describe('Parser', function () {
})

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

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

0 comments on commit bab41d9

Please sign in to comment.