From b8e877c5e5a61cb5ab145063b0260dd8fdf91418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 9 Oct 2014 20:09:44 +0200 Subject: [PATCH] test: remove infinite timeout The infinite timeout was useful when debugging, which is not a good reason for keeping it around when not debugging. --- test/access-token.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/access-token.test.js b/test/access-token.test.js index 94260b8d..093e4dc9 100644 --- a/test/access-token.test.js +++ b/test/access-token.test.js @@ -109,8 +109,6 @@ describe('AccessToken', function () { }); describe('app.enableAuth()', function() { - this.timeout(0); - beforeEach(createTestingToken); it('prevents remote call with 401 status on denied ACL', function (done) {