Skip to content

Commit f003268

Browse files
authored
Merge pull request actions#1786 from SMoraisAnsys/fix/chunk-timeout
refactor: set chunk timeout back to 5 minutes
2 parents bb6c500 + 3a33cca commit f003268

File tree

1 file changed

+1
-1
lines changed
  • packages/artifact/src/internal/shared

1 file changed

+1
-1
lines changed

packages/artifact/src/internal/shared/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ export function getConcurrency(): number {
5959
}
6060

6161
export function getUploadChunkTimeout(): number {
62-
return 30_000 // 30 seconds
62+
return 300_000 // 5 minutes
6363
}

0 commit comments

Comments
 (0)