Fix tests

This commit is contained in:
Bassem Dghaidi
2024-11-29 07:36:51 -08:00
committed by GitHub
parent 65892d5ffe
commit 1d403c2fd8
2 changed files with 16 additions and 4 deletions

View File

@@ -465,7 +465,7 @@ async function saveCacheV2(
// Override UploadOptions to force the use of Azure
options = {
...options,
uploadChunkSize: 64 * 1024 * 1024, // 128MiB
uploadChunkSize: 64 * 1024 * 1024, // 64 MiB
uploadConcurrency: 8, // 8 workers for parallel upload
useAzureSdk: true
}