Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Dec 14, 2021
1 parent b579d27 commit db050f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/time_picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit db050f0

Please sign in to comment.