From 0d0628e5bd38730b721475ba871700ab081f5e7e Mon Sep 17 00:00:00 2001 From: LeeDr Date: Fri, 20 Nov 2015 13:34:13 -0600 Subject: [PATCH] Move timeout setting out one level from bdd.before to bdd.describe. --- test/functional/apps/discover/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/apps/discover/index.js b/test/functional/apps/discover/index.js index 9b0bfb7109e7..28d1e78bf3bd 100644 --- a/test/functional/apps/discover/index.js +++ b/test/functional/apps/discover/index.js @@ -13,13 +13,13 @@ define(function (require) { var scenarioManager; var remote; var scenarioManager = new ScenarioManager(url.format(config.servers.elasticsearch)); + this.timeout = 120000; // on setup, we create an settingsPage instance // that we will use for all the tests bdd.before(function () { common = new Common(this.remote); remote = this.remote; - this.timeout = 120000; }); bdd.after(function unloadMakelogs() {