Skip to content

Commit

Permalink
[Functional] Increases the time to locate the Create Visualization bu…
Browse files Browse the repository at this point in the history
…tton (#75133) (#75253)
  • Loading branch information
stratoula authored Aug 18, 2020
1 parent 724e2c2 commit 2ebb463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/services/listing_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function ListingTableProvider({ getService, getPageObjects }: FtrProvider
await retry.tryForTime(20000, async () => {
// newItemButton button is only visible when there are items in the listing table is displayed.
const isnNewItemButtonPresent = await testSubjects.exists('newItemButton', {
timeout: 5000,
timeout: 10000,
});
if (isnNewItemButtonPresent) {
await testSubjects.click('newItemButton');
Expand Down

0 comments on commit 2ebb463

Please sign in to comment.