Skip to content

Commit

Permalink
[ML] Functional tests - adjust custom URL timeout (#113223) (#113242)
Browse files Browse the repository at this point in the history
This PR adjusts the timeout for checking the custom URL label.

Co-authored-by: Robert Oskamp <[email protected]>
  • Loading branch information
kibanamachine and pheyos authored Sep 28, 2021
1 parent 3fd73eb commit 19e33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/services/ml/custom_urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function MachineLearningCustomUrlsProvider({
},

async assertCustomUrlLabel(index: number, expectedLabel: string) {
await testSubjects.existOrFail(`mlJobEditCustomUrlLabelInput_${index}`);
await testSubjects.existOrFail(`mlJobEditCustomUrlLabelInput_${index}`, { timeout: 1000 });
const actualLabel = await testSubjects.getAttribute(
`mlJobEditCustomUrlLabelInput_${index}`,
'value'
Expand Down

0 comments on commit 19e33da

Please sign in to comment.