Skip to content

Commit 0bb2fa9

Browse files
committed
[TEST] increased the number of index and delete ops to make it less likely that all ops exist as soft delete docs.
1 parent 59741ae commit 0bb2fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/action/ShardChangesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void testMissingOperations() {
9696
.put("index.number_of_replicas", 0))
9797
.get();
9898

99-
for (int i = 0; i < 16; i++) {
99+
for (int i = 0; i < 32; i++) {
100100
client().prepareIndex("index", "_doc", "1").setSource("{}", XContentType.JSON).get();
101101
client().prepareDelete("index", "_doc", "1").get();
102102
}

0 commit comments

Comments
 (0)