mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5546 from LeeDr/elasticsearchClientTimeout
Increase ElasticSearch client timeout from 30s to 5m (probably a bit …
This commit is contained in:
commit
c18d48323b
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