mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Move timeout setting out one level from bdd.before to bdd.describe.
This commit is contained in:
parent
99a0c47247
commit
aefc59fb59
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue