From db050f0c2bf535746e280dd976fee715c44adf03 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Tue, 14 Dec 2021 17:17:33 -0600 Subject: [PATCH] bump timeout --- test/functional/page_objects/time_picker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/page_objects/time_picker.ts b/test/functional/page_objects/time_picker.ts index 238c57eb3c614..2476abd5af668 100644 --- a/test/functional/page_objects/time_picker.ts +++ b/test/functional/page_objects/time_picker.ts @@ -109,7 +109,7 @@ export class TimePickerPageObject extends FtrService { } await this.testSubjects.exists('superDatePickerstartDatePopoverButton'); // Close the start date popover which opens automatically when the button is shown - await setTimeoutAsync(100); + await setTimeoutAsync(250); await this.testSubjects.click('superDatePickerstartDatePopoverButton'); }