Skip to content

Commit

Permalink
[Fleet] set workerIdleMemoryLimit for jest server tests (#206684)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Jan 15, 2025
1 parent 7087891 commit bc47ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/platform/plugins/shared/fleet/server/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ module.exports = {
'<rootDir>/target/kibana-coverage/jest/x-pack/platform/plugins/shared/fleet/server',
coverageReporters: ['text', 'html'],
collectCoverageFrom: ['<rootDir>/x-pack/platform/plugins/shared/fleet/{server}/**/*.{ts,tsx}'],
workerIdleMemoryLimit: '2gb',
};

0 comments on commit bc47ff0

Please sign in to comment.