From 43eb32b6d626fbbcc17d99d80470c3e2c99270fd Mon Sep 17 00:00:00 2001 From: LeeDr Date: Thu, 19 Nov 2015 11:30:52 -0600 Subject: [PATCH] Replace default 30 second timeout even on Settings app tests with 2 minute timeout. --- test/functional/apps/settings/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/apps/settings/index.js b/test/functional/apps/settings/index.js index df0753df07ce..37ac01a44813 100644 --- a/test/functional/apps/settings/index.js +++ b/test/functional/apps/settings/index.js @@ -16,6 +16,7 @@ define(function (require) { // on setup, we create an settingsPage instance // that we will use for all the tests bdd.before(function () { + this.timeout = 120000; return scenarioManager.reload('emptyKibana') .then(function () { return scenarioManager.loadIfEmpty('makelogs');