From d234205b412c07352eba88c6681bc554bf2f861c Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Tue, 23 Mar 2021 04:04:51 -0400 Subject: [PATCH] test CI https://github.com/eXist-db/generator-exist/issues/646#issuecomment-804142801 --- test/mocha/rest_spec.js | 1 + 1 file changed, 1 insertion(+) 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')