Commit 24a1111
authored
[ML] Use consistent assertBusy() maxWaitTime in datafeed test (#138202)
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 #137207
(cherry picked from commit f236373)1 parent 61e979b commit 24a1111
File tree
1 file changed
+1
-1
lines changed- x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration
1 file changed
+1
-1
lines changedLines 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