We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97e857 commit c557268Copy full SHA for c557268
packages/kbn-test/src/es/es_test_cluster.js
@@ -58,7 +58,7 @@ export function createEsTestCluster(options = {}) {
58
const second = 1000;
59
const minute = second * 60;
60
61
- return esFrom === 'snapshot' ? minute : minute * 6;
+ return esFrom === 'snapshot' ? 3 * minute : 6 * minute;
62
}
63
64
async start(esArgs = []) {
0 commit comments