Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.16] [Lens] fix flaky long running test (elastic#196725) (elastic#1…
…96800) # Backport This will backport the following commits from `main` to `8.16`: - [[Lens] fix flaky long running test (elastic#196725)](elastic#196725) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Marta Bondyra","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-18T07:42:11Z","message":"[Lens] fix flaky long running test (elastic#196725)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/192476\r\nDue the the fact type function is quite slow but irreplaceable here +\r\nthe DOM tree we're rendering here is very big, I think the best option\r\nis to up the timeout limit. On average this test is around 1s long\r\nthough. (We're setting the limit to 10s)","sha":"ce41bf1fafca416826f1864c3bf8dc0ffb02afc5","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Visualizations","release_note:skip","Feature:Lens","v9.0.0","backport:prev-major"],"title":"[Lens] fix flaky long running test","number":196725,"url":"https://github.com/elastic/kibana/pull/196725","mergeCommit":{"message":"[Lens] fix flaky long running test (elastic#196725)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/192476\r\nDue the the fact type function is quite slow but irreplaceable here +\r\nthe DOM tree we're rendering here is very big, I think the best option\r\nis to up the timeout limit. On average this test is around 1s long\r\nthough. (We're setting the limit to 10s)","sha":"ce41bf1fafca416826f1864c3bf8dc0ffb02afc5"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196725","number":196725,"mergeCommit":{"message":"[Lens] fix flaky long running test (elastic#196725)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/192476\r\nDue the the fact type function is quite slow but irreplaceable here +\r\nthe DOM tree we're rendering here is very big, I think the best option\r\nis to up the timeout limit. On average this test is around 1s long\r\nthough. (We're setting the limit to 10s)","sha":"ce41bf1fafca416826f1864c3bf8dc0ffb02afc5"}}]}] BACKPORT--> Co-authored-by: Marta Bondyra <[email protected]>
- Loading branch information