We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d473dc commit d82c3bcCopy full SHA for d82c3bc
ManagedCode.Storage.IntegrationTests/Tests/BaseUploadControllerTests.cs
@@ -122,7 +122,7 @@ public async Task UploadLargeFile_WhenFileValid_ReturnSuccess()
122
var storageClient = GetStorageClient();
123
124
await using var localFile = LocalFile.FromRandomNameWithExtension(".txt");
125
- FileHelper.GenerateLocalFile(localFile, 750);
+ FileHelper.GenerateLocalFile(localFile, 50);
126
var crc32 = Crc32Helper.Calculate(await localFile.ReadAllBytesAsync());
127
storageClient.SetChunkSize(4096000);
128
0 commit comments