mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 10:09:35 +00:00
Reduce GCS multipart test input size
This commit is contained in:
parent
f8c6845c30
commit
9297066be9
@ -232,7 +232,7 @@ public class GoogleCloudStorageBlobIntegrationLiveTest extends BaseBlobIntegrati
|
||||
}
|
||||
|
||||
protected void addMultipartBlobToContainer(String containerName, String key) throws IOException {
|
||||
ByteSource sourceToUpload = TestUtils.randomByteSource().slice(0, (long) (PART_SIZE * 1.1));
|
||||
ByteSource sourceToUpload = TestUtils.randomByteSource().slice(0, PART_SIZE + 1);
|
||||
|
||||
BlobStore blobStore = view.getBlobStore();
|
||||
blobStore.createContainerInLocation(null, containerName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user