test: fix timeout in rest.middleware.test
This commit is contained in:
parent
2eec008e0e
commit
0eff26199c
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue