Add sleep time between reloading empty kibana index and trying to access in browser. It works locally but need to see if this resolves the failures on Travis.

This commit is contained in:
LeeDr 2015-10-30 10:42:05 -05:00 committed by Joe Fleming
parent 180c4b7088
commit 8f45136853

View file

@ -39,6 +39,9 @@ define(function (require) {
.then(function loadIfEmptyMakelogs() {
return scenarioManager.loadIfEmpty('makelogs');
})
.then(function () {
return common.sleep(2500);
})
.then(function () {
return common.tryForTime(25000, function () {
return remote.get(url.format(_.assign(config.kibana, {