Skip to content

Commit

Permalink
[Fleet] set workerIdleMemoryLimit for jest server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jan 14, 2025
1 parent d4df920 commit 1da8c52
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: '512mb',
};

0 comments on commit 1da8c52

Please sign in to comment.