Skip to content

Commit

Permalink
increase timeout on graph test for cloud (#88612)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jan 25, 2021
1 parent 02f24de commit 9d7cac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/page_objects/graph_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function GraphPageProvider({ getService, getPageObjects }: FtrProviderCon
await testSubjects.click('confirmSaveSavedObjectButton');

// Confirm that the Graph has been saved.
return await testSubjects.exists('saveGraphSuccess');
return await testSubjects.exists('saveGraphSuccess', { timeout: 10000 });
}

async getSearchFilter() {
Expand Down

0 comments on commit 9d7cac7

Please sign in to comment.