Commit 56c87ce
authored
[ML] Anomaly Explorer: Improves Alerting table in Explorer functional test (#241286)
Follow up to #236600
The test was taking quite a long time due to the job and alerting rule
configuration. This PR changes the result type to `record`, shortens the
alert interval to `10s`, and removes the 1-minute sleep, so the test
should finish more quickly.1 parent 3fc66f8 commit 56c87ce
File tree
1 file changed
+3
-10
lines changed- x-pack/platform/test/functional_with_es_ssl/apps/discover_ml/ml
1 file changed
+3
-10
lines changedLines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 102 | | |
107 | 103 | | |
108 | 104 | | |
| |||
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
118 | | - | |
| 114 | + | |
119 | 115 | | |
120 | 116 | | |
121 | 117 | | |
122 | 118 | | |
123 | 119 | | |
124 | 120 | | |
125 | 121 | | |
126 | | - | |
| 122 | + | |
127 | 123 | | |
128 | 124 | | |
129 | 125 | | |
| |||
201 | 197 | | |
202 | 198 | | |
203 | 199 | | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 200 | | |
208 | 201 | | |
209 | 202 | | |
| |||
0 commit comments