mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
I tried using tryForTime to wait until the settings URL is present instead of status, but very briefly getting discover URL. So I ended up adding a sleep anyway to wait for that redirect to settings..
This commit is contained in:
parent
d1e73bcff1
commit
85397c754f
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ define(function (require) {
|
|||
.unload('emptyKibana')
|
||||
.then(function () {
|
||||
return common
|
||||
.sleep(500);
|
||||
.sleep(1000);
|
||||
})
|
||||
.then(function () {
|
||||
return scenarioManager
|
||||
|
@ -65,7 +65,7 @@ define(function (require) {
|
|||
})))
|
||||
.then(function () {
|
||||
return common
|
||||
.sleep(500);
|
||||
.sleep(2000);
|
||||
})
|
||||
.then(function () {
|
||||
return remote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue