Commit 6e438d9
Increase flaky wait_until timeouts in macOS system tests (#51832)
test_stopping_empty_path and test_metricset_process intermittently
timed out on macOS CI runners when the host was under load: filebeat
missed a 5s window to flush its first log line, and process
enumeration missed a 20s window by ~90ms. Both are wait_until()
timeouts, not logic bugs.
(cherry picked from commit c149371)1 parent 2bfaa38 commit 6e438d9
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- filebeat/tests/system
- x-pack/auditbeat/tests/system
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments