test: fix timeout in rest.middleware.test

This commit is contained in:
Miroslav Bajtoš 2016-08-05 11:33:57 +02:00
parent 2eec008e0e
commit 0eff26199c
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ describe('loopback.rest', function() {
MyModel.attachTo(db);
});
if (process.env.CI)
this.timeout(3000);
it('works out-of-the-box', function(done) {
app.model(MyModel);
app.use(loopback.rest());