Skip to content

Commit

Permalink
Merge 4bd5d04 into 51c56e6
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Mar 5, 2019
2 parents 51c56e6 + 4bd5d04 commit 87483cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/router.js
Expand Up @@ -125,6 +125,9 @@ describe('Router', function () {
})

it('should not stack overflow with many registered routes', function (done) {
// This test might take longer on slow machines.
this.timeout(4000)

var router = new Router()
var server = createServer(router)

Expand Down

0 comments on commit 87483cd

Please sign in to comment.