File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ public void failsWhenBothBufferSizeAndDelayedAuthModeEnabled() {
310310
311311 @ Test
312312 public void customSetBufferSizeWithLargeObject () throws IOException {
313- for (int i =0 ; i < 10 ; i ++) {
313+ for (int i =0 ; i < 100 ; i ++) {
314314 final String objectKey = appendTestSuffix ("large-object-test-custom-buffer-size" );
315315
316316 Security .addProvider (new BouncyCastleProvider ());
@@ -370,7 +370,7 @@ public void customSetBufferSizeWithLargeObject() throws IOException {
370370
371371 @ Test
372372 public void customSetBufferSizeWithLargeObjectAsyncClient () throws IOException {
373- for (int i =0 ; i < 10 ; i ++) {
373+ for (int i =0 ; i < 100 ; i ++) {
374374 final String objectKey = appendTestSuffix ("large-object-test-custom-buffer-size-async" );
375375
376376 Security .addProvider (new BouncyCastleProvider ());
You can’t perform that action at this time.
0 commit comments