We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcb2ba commit 33e54ccCopy full SHA for 33e54cc
1 file changed
x-pack/test/functional/services/ml/api.ts
@@ -268,7 +268,7 @@ export function MachineLearningAPIProvider({ getService }: FtrProviderContext) {
268
async waitForDFAJobTrainingRecordCountToBePositive(analyticsId: string) {
269
await retry.waitForWithTimeout(
270
`'${analyticsId}' to have training_docs_count > 0`,
271
- 10 * 1000,
+ 60 * 1000,
272
async () => {
273
const trainingRecordCount = await this.getDFAJobTrainingRecordCount(analyticsId);
274
if (trainingRecordCount > 0) {
0 commit comments