From 2ebb4638e295e3a21e097117e363381995fde09c Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Tue, 18 Aug 2020 11:11:56 +0300 Subject: [PATCH] [Functional] Increases the time to locate the Create Visualization button (#75133) (#75253) --- test/functional/services/listing_table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/services/listing_table.ts b/test/functional/services/listing_table.ts index fa42eb60fa4100..3f9775d7a75f33 100644 --- a/test/functional/services/listing_table.ts +++ b/test/functional/services/listing_table.ts @@ -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');