diff --git a/test/integration/other/analytics-queries.js b/test/integration/other/analytics-queries.js index a3d12c752..5c3ea9a85 100644 --- a/test/integration/other/analytics-queries.js +++ b/test/integration/other/analytics-queries.js @@ -100,7 +100,11 @@ const submitToForm = (service, user, projectId, xmlFormId, xml, deviceId = 'abcd //////////////////////////////////////////////////////////////////////////////// // Tests! //////////////////////////////////////////////////////////////////////////////// -describe('analytics task queries', () => { +// eslint-disable-next-line func-names +describe('analytics task queries', function () { + // increasing timeouts on this set of tests + this.timeout(8000); + describe('general server metrics', () => { it('should count audit log entries', testContainer(async (container) => { // recent "now" audits @@ -886,11 +890,7 @@ describe('analytics task queries', () => { })); }); - // eslint-disable-next-line space-before-function-paren, func-names - describe('combined analytics', function () { - // increasing timeouts on this set of tests - this.timeout(8000); - + describe('combined analytics', () => { it('should combine system level queries', testService(async (service, container) => { // encrypting a project await service.login('alice', (asAlice) =>