We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc6ef4 commit 8adf962Copy full SHA for 8adf962
src/test/java/software/amazon/encryption/s3/S3EncryptionClientStreamTest.java
@@ -320,7 +320,7 @@ public void failsWhenBothBufferSizeAndDelayedAuthModeEnabled() {
320
321
@Test
322
public void customSetBufferSizeWithLargeObject() throws IOException {
323
- for(int i=0; i < 5; i++) {
+ for(int i=0; i < 10; i++) {
324
final String objectKey = appendTestSuffix("large-object-test-custom-buffer-size");
325
326
Security.addProvider(new BouncyCastleProvider());
0 commit comments