Skip to content

Commit d82c3bc

Browse files
committed
change size
1 parent 1d473dc commit d82c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.Storage.IntegrationTests/Tests/BaseUploadControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public async Task UploadLargeFile_WhenFileValid_ReturnSuccess()
122122
var storageClient = GetStorageClient();
123123

124124
await using var localFile = LocalFile.FromRandomNameWithExtension(".txt");
125-
FileHelper.GenerateLocalFile(localFile, 750);
125+
FileHelper.GenerateLocalFile(localFile, 50);
126126
var crc32 = Crc32Helper.Calculate(await localFile.ReadAllBytesAsync());
127127
storageClient.SetChunkSize(4096000);
128128

0 commit comments

Comments
 (0)