mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Increase ElasticSearch client timeout from 30s to 5m (probably a bit overkill).
This commit is contained in:
parent
4f863617c5
commit
7a8e39d5da
1 changed files with 2 additions and 1 deletions
3
test/fixtures/scenarioManager.js
vendored
3
test/fixtures/scenarioManager.js
vendored
|
@ -7,7 +7,8 @@ function ScenarioManager(server) {
|
|||
if (!server) throw new Error('No server defined');
|
||||
|
||||
this.client = new elasticsearch.Client({
|
||||
host: server
|
||||
host: server,
|
||||
requestTimeout: 300000
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue