1
0
Fork 0

Fixed test case

pull/1363/head
Sankalp Kotewar 2023-03-08 09:26:29 +00:00 committed by GitHub
parent 40ec298d4b
commit 7d1daaf15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import {
const useAzureSdk = true
const downloadConcurrency = 8
const timeoutInMs = 30000
const segmentTimeoutInMs = 3600000
const segmentTimeoutInMs = 600000
const uploadConcurrency = 4
const uploadChunkSize = 32 * 1024 * 1024