Skip to content

Commit f6e3874

Browse files
committed
Updated test
1 parent 09346b6 commit f6e3874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function Runner (opts) {
128128
Runner.prototype.waitCluster = function (callback, times = 0) {
129129
this.log.text = 'Waiting for ElasticSearch'
130130
this.client.cluster.health(
131-
{ waitForStatus: 'yellow', timeout: '50s' },
131+
{ waitForStatus: 'green', timeout: '50s' },
132132
(err, res) => {
133133
if (++times < 10) {
134134
setTimeout(() => {

0 commit comments

Comments
 (0)