From f6e3874a82bc381238134a5e25e2f89d433289d2 Mon Sep 17 00:00:00 2001 From: delvedor Date: Thu, 21 Mar 2019 14:23:35 +0100 Subject: [PATCH] Updated test --- test/integration/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/index.js b/test/integration/index.js index 2d7dac0eb..ad4528ed4 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -128,7 +128,7 @@ function Runner (opts) { Runner.prototype.waitCluster = function (callback, times = 0) { this.log.text = 'Waiting for ElasticSearch' this.client.cluster.health( - { waitForStatus: 'yellow', timeout: '50s' }, + { waitForStatus: 'green', timeout: '50s' }, (err, res) => { if (++times < 10) { setTimeout(() => {