mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
updated segment timeout to 10 mins
This commit is contained in:
Vendored
+1
-1
@@ -92,7 +92,7 @@ export function getDownloadOptions(copy?: DownloadOptions): DownloadOptions {
|
||||
useAzureSdk: true,
|
||||
downloadConcurrency: 8,
|
||||
timeoutInMs: 30000,
|
||||
segmentTimeoutInMs: 3600000
|
||||
segmentTimeoutInMs: 600000
|
||||
}
|
||||
|
||||
if (copy) {
|
||||
|
||||
Reference in New Issue
Block a user