Commit b9a4f17
Stabilize Discover telemetry context assertions in FTR (elastic#263224)
The Discover context-awareness functional test was intermittently
failing on CI when `performance_metric` telemetry had not arrived within
the test’s fetch window.
## Changes Made
- Increased `withTimeoutMs` from `500` to `1500` for the two affected
`performance_metric` event fetches in
`src/platform/test/functional/apps/discover/context_awareness/_telemetry.ts`
- Kept the original assertion flow for those checks without adding retry
wrappers or new guard assertions
This keeps the fix narrowly focused on giving telemetry more time to
arrive in slower CI runs while preserving the original test structure.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: davismcphee <25592674+davismcphee@users.noreply.github.com>1 parent 54428ac commit b9a4f17
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | | - | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
0 commit comments