[Fleet] set workerIdleMemoryLimit for jest server tests (#206684)

This commit is contained in:
Nicolas Chaulet 2025-01-15 10:19:25 -05:00 committed by GitHub
parent 708789102f
commit bc47ff03b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
};