diff --git a/test/mocha/rest_spec.js b/test/mocha/rest_spec.js index dff202a..576a06a 100644 --- a/test/mocha/rest_spec.js +++ b/test/mocha/rest_spec.js @@ -29,6 +29,7 @@ describe('rest api returns', function () { }) }) + this.timeout(1500) it('application root is available from rest endpoint', function (done) { client .get('/exist/rest/db/apps/airlock')