mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Move timeout setting out one level from bdd.before to bdd.describe.
This commit is contained in:
parent
5f10d16f4d
commit
0d0628e5bd
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