mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
68655a1255
commit
9caba5bd7c
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export function createEsTestCluster(options = {}) {
|
|||
const second = 1000;
|
||||
const minute = second * 60;
|
||||
|
||||
return esFrom === 'snapshot' ? minute : minute * 6;
|
||||
return esFrom === 'snapshot' ? 3 * minute : 6 * minute;
|
||||
}
|
||||
|
||||
async start(esArgs = []) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue