Skip to content

Commit 8adf962

Browse files
author
Anirav Kareddy
committed
increase test iterations
1 parent 0cc6ef4 commit 8adf962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/software/amazon/encryption/s3/S3EncryptionClientStreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public void failsWhenBothBufferSizeAndDelayedAuthModeEnabled() {
320320

321321
@Test
322322
public void customSetBufferSizeWithLargeObject() throws IOException {
323-
for(int i=0; i < 5; i++) {
323+
for(int i=0; i < 10; i++) {
324324
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size");
325325

326326
Security.addProvider(new BouncyCastleProvider());

0 commit comments

Comments
 (0)