Tweak setup method to try to get Travis tests to pass.

This commit is contained in:
LeeDr 2015-10-27 12:46:54 -05:00 committed by Joe Fleming
parent 80110414a9
commit 667f17c893

View file

@ -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