Skip to content

Commit

Permalink
Adjust timeout while waiting for the overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Mar 10, 2020
1 parent 78cba13 commit ef5598d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function MachineLearningNavigationProvider({
async navigateToMl() {
await retry.tryForTime(60 * 1000, async () => {
await PageObjects.common.navigateToApp('ml');
await testSubjects.existOrFail('mlPageOverview');
await testSubjects.existOrFail('mlPageOverview', { timeout: 2000 });
});
},

Expand Down

0 comments on commit ef5598d

Please sign in to comment.