From 8f45136853745f781ba3b69ae51901a2e7716eb9 Mon Sep 17 00:00:00 2001 From: LeeDr Date: Fri, 30 Oct 2015 10:42:05 -0500 Subject: [PATCH] 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. --- test/functional/testSettings.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/functional/testSettings.js b/test/functional/testSettings.js index 52660e2f5c0e..40db85332718 100644 --- a/test/functional/testSettings.js +++ b/test/functional/testSettings.js @@ -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, {