Skip to content

Commit 9496eaf

Browse files
committed
Bump up multipart test size
1 parent 63087c7 commit 9496eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/repositories/AbstractThirdPartyRepositoryTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public void testIndexLatest() throws Exception {
291291
public void testReadFromPositionWithLength() {
292292
final var blobName = randomIdentifier();
293293
// forcing multipart temporarily
294-
final var blobBytes = randomBytesReference(randomIntBetween(5 * 1024 * 1024 + 100, 5 * 1024 * 1024 + 2_000));
294+
final var blobBytes = randomBytesReference(randomIntBetween(25 * 1024 * 1024 + 100, 25 * 1024 * 1024 + 2_000));
295295

296296
final var repository = getRepository();
297297
executeOnBlobStore(repository, blobStore -> {

0 commit comments

Comments
 (0)