Skip to content

Commit

Permalink
increase cluster timeout for flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Dharin Shah <[email protected]>
  • Loading branch information
Dharin-shah committed Jan 27, 2024
1 parent 92a2d2b commit 5b447e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void testPrimaryRelocationWhileIndexing() throws Exception {
ClusterHealthResponse clusterHealthResponse = client().admin()
.cluster()
.prepareHealth()
.setTimeout(TimeValue.timeValueSeconds(60))
.setTimeout(TimeValue.timeValueSeconds(120))
.setWaitForEvents(Priority.LANGUID)
.setWaitForNoRelocatingShards(true)
.execute()
Expand Down

0 comments on commit 5b447e7

Please sign in to comment.