test: remove infinite timeout

The infinite timeout was useful when debugging, which is not a good
reason for keeping it around when not debugging.
This commit is contained in:
Miroslav Bajtoš 2014-10-09 20:09:44 +02:00
parent df9fe90d35
commit b8e877c5e5
1 changed files with 0 additions and 2 deletions

View File

@ -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) {