Replace default 30 second timeout even on Settings app tests with 2 minute timeout.

This commit is contained in:
LeeDr 2015-11-19 11:30:52 -06:00
parent 7411132164
commit 43eb32b6d6

View file

@ -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');