mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[es-test-cluster] increase start timeout for snapshots (#25600)
This commit is contained in:
parent
c48cea9265
commit
101c352221
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