mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Tweak setup method to try to get Travis tests to pass.
This commit is contained in:
parent
80110414a9
commit
667f17c893
1 changed files with 13 additions and 1 deletions
|
@ -37,7 +37,19 @@ define(function (require) {
|
|||
|
||||
// start each test with an empty kibana index
|
||||
return scenarioManager
|
||||
.reload('emptyKibana')
|
||||
.unload('emptyKibana')
|
||||
.then(function () {
|
||||
return common
|
||||
.sleep(500);
|
||||
})
|
||||
.then(function () {
|
||||
return scenarioManager
|
||||
.load('emptyKibana');
|
||||
})
|
||||
.then(function () {
|
||||
return common
|
||||
.sleep(2000);
|
||||
})
|
||||
// and load a minimal set of makelogs data
|
||||
.then(function loadIfEmptyMakelogs() {
|
||||
return scenarioManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue