test: increase timeouts on CI
This commit is contained in:
parent
05f8774ed6
commit
b013e66883
|
@ -17,6 +17,9 @@ 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