Commit f236373
authored
[ML] Use consistent assertBusy() maxWaitTime in datafeed test (#137981)
Other uses of assertBusy() when checking datafeed stats in
DatafeedJobsIT.testDatafeedTimingStats_DatafeedRecreated() use a
maxWaitTime of 30 seconds instead of the default of 10, which is
necessary to account for possible delays in persisting stat values.
Update the maxWaitTime on the first datafeed stats assert to 30 seconds
Closes #1372071 parent 5875915 commit f236373
File tree
2 files changed
+1
-4
lines changed- x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | 429 | | |
433 | 430 | | |
434 | 431 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments