Skip to content

Commit 93d5356

Browse files
authored
Fix Flaky RemoteSplitIndexIT (#15107) (#18329)
Signed-off-by: Abhita Lakkabathini <[email protected]>
1 parent a82336b commit 93d5356

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)