mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
bump timouts some more
This commit is contained in:
parent
5ff1d51648
commit
cf889cb91e
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ define(function (require) {
|
|||
|
||||
runScript: function (fn, timeout) {
|
||||
var self = this;
|
||||
timeout = timeout || 5000;
|
||||
timeout = timeout || 10000;
|
||||
|
||||
// wait for deps on window before running script
|
||||
return self.remote
|
||||
|
@ -91,7 +91,7 @@ define(function (require) {
|
|||
|
||||
getApp: function () {
|
||||
var self = this;
|
||||
var loadTimeout = 10000;
|
||||
var loadTimeout = 20000;
|
||||
|
||||
return Promise.try(function () {
|
||||
return self.remote.setFindTimeout(loadTimeout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue