Skip to content

Commit 7c326f4

Browse files
abhitatandonks
authored andcommitted
Fix Flaky RemoteSplitIndexIT (opensearch-project#15107) (opensearch-project#18329)
Signed-off-by: Abhita Lakkabathini <abhital@amazon.com>
1 parent ac1c08b commit 7c326f4

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)