mirror of https://github.com/actions/toolkit
updated segment timeout to 10 mins
parent
8e32b1fca3
commit
40ec298d4b
|
@ -92,7 +92,7 @@ export function getDownloadOptions(copy?: DownloadOptions): DownloadOptions {
|
|||
useAzureSdk: true,
|
||||
downloadConcurrency: 8,
|
||||
timeoutInMs: 30000,
|
||||
segmentTimeoutInMs: 3600000
|
||||
segmentTimeoutInMs: 600000
|
||||
}
|
||||
|
||||
if (copy) {
|
||||
|
|
Loading…
Reference in New Issue