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:
parent
df9fe90d35
commit
b8e877c5e5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue