mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 14:13:15 +08:00
FIX: Set chunk timeout back to 5 minutes
This commit is contained in:
@@ -59,5 +59,5 @@ export function getConcurrency(): number {
|
||||
}
|
||||
|
||||
export function getUploadChunkTimeout(): number {
|
||||
return 30_000 // 30 seconds
|
||||
return 300_000 // 5 minutes
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user