[Tests] ClusterHealthIT:testHealthOnMasterFailover - Increase master node timeout (#1812)
Signed-off-by: Suraj Singh <surajrider@gmail.com>
This commit is contained in:
parent
197ae9069f
commit
b00b45b25d
|
@ -374,7 +374,7 @@ public class ClusterHealthIT extends OpenSearchIntegTestCase {
|
|||
.prepareHealth()
|
||||
.setWaitForEvents(Priority.LANGUID)
|
||||
.setWaitForGreenStatus()
|
||||
.setMasterNodeTimeout(TimeValue.timeValueMinutes(1))
|
||||
.setMasterNodeTimeout(TimeValue.timeValueMinutes(2))
|
||||
.execute()
|
||||
);
|
||||
internalCluster().restartNode(internalCluster().getMasterName(), InternalTestCluster.EMPTY_CALLBACK);
|
||||
|
|
Loading…
Reference in New Issue