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 09346b6 commit f6e3874Copy full SHA for f6e3874
test/integration/index.js
@@ -128,7 +128,7 @@ function Runner (opts) {
128
Runner.prototype.waitCluster = function (callback, times = 0) {
129
this.log.text = 'Waiting for ElasticSearch'
130
this.client.cluster.health(
131
- { waitForStatus: 'yellow', timeout: '50s' },
+ { waitForStatus: 'green', timeout: '50s' },
132
(err, res) => {
133
if (++times < 10) {
134
setTimeout(() => {
0 commit comments