Skip to content

Commit 3341976

Browse files
Fix Flaky RemoteSplitIndexIT (#15107) (#18329) (#18330)
(cherry picked from commit 93d5356) Signed-off-by: Abhita Lakkabathini <abhital@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b62528 commit 3341976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/opensearch/action/admin/indices/create/RemoteSplitIndexIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void cleanUp() throws Exception {
118118
} catch (IOException e) {
119119
fail();
120120
}
121-
}, 30, TimeUnit.SECONDS);
121+
}, 60, TimeUnit.SECONDS);
122122
}
123123
super.teardown();
124124
}

0 commit comments

Comments
 (0)