change codeowners for scout cdp discover test (#214858)

## Summary


Changing code owners as discussed with @thomasneirynck and @davismcphee.
I also bumped CPU time limit as it fails few times passing over `1.55`
sec.
This commit is contained in:
Dzmitry Lemechko 2025-03-17 21:32:49 +01:00 committed by GitHub
parent 43079c7603
commit 6613e27804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

1
.github/CODEOWNERS vendored
View file

@ -1628,6 +1628,7 @@ packages/kbn-monaco/src/esql @elastic/kibana-esql
/src/platform/packages/shared/kbn-es/src/serverless_resources/project_roles/security/roles.yml @elastic/appex-qa
/x-pack/platform/plugins/shared/maps/ui_tests @elastic/appex-qa # temporarily
/x-pack/platform/plugins/private/discover_enhanced/ui_tests/ @elastic/appex-qa # temporarily
/x-pack/platform/plugins/private/discover_enhanced/ui_tests/tests/discover_cdp_perf.spec.ts @elastic/kibana-data-discovery # test tracks bundle size limits
/x-pack/test/functional/fixtures/package_registry_config.yml @elastic/appex-qa # No usages found
/x-pack/test/functional/fixtures/kbn_archiver/packaging.json @elastic/appex-qa # No usages found
/x-pack/test/functional/es_archives/filebeat @elastic/appex-qa

View file

@ -115,8 +115,8 @@ test.describe(
expect(
perfStats.cpuTime.diff,
'CPU time (seconds) usage during page navigation should not exceed 1.5 seconds'
).toBeLessThan(1.5);
'CPU time (seconds) usage during page navigation should not exceed 2 seconds'
).toBeLessThan(2);
expect(
perfStats.scriptTime.diff,
'Additional time spent executing JS scripts should not exceed 0.5 second'