Skip to content

Commit 1475703

Browse files
Give more time for relocation to complete (#17590)
Signed-off-by: Gaurav Bafna <gbbafna@amazon.com> (cherry picked from commit f224a6d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d861abe commit 1475703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/remotemigration/RemotePrimaryRelocationIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public void testMixedModeRelocation_FailInFinalize() throws Exception {
272272
failFinalize.set(false);
273273

274274
client().admin().cluster().prepareReroute().add(new MoveAllocationCommand("test", 0, docRepNode, remoteNode)).execute().actionGet();
275-
waitForRelocation();
275+
waitForRelocation(TimeValue.timeValueSeconds(90));
276276

277277
asyncIndexingService.stopIndexing();
278278
client().admin()

0 commit comments

Comments
 (0)