Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/integration/other/analytics-queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) =>
Expand Down

0 comments on commit ee9211c

Please sign in to comment.