mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
give the time selection field a little more time to render
slow CI fix
This commit is contained in:
parent
1b0db1106a
commit
83bc559c64
1 changed files with 3 additions and 1 deletions
|
@ -44,7 +44,9 @@ define(function (require) {
|
|||
|
||||
selectTimeFieldOption: function selectTimeFieldOption(selection) {
|
||||
var self = this;
|
||||
return this.getTimeFieldNameField().click()
|
||||
return common.tryForTime(defaultTimeout * 2, function () {
|
||||
return self.getTimeFieldNameField().click();
|
||||
})
|
||||
.then(function () {
|
||||
return self.getTimeFieldNameField().click();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue