---
Someone wrote in IRC that hut timed out uploading artifacts, while curl
worked. We should increase the timeout in case bigger artitacts collide
with a slow upload speed.
git.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/git.go b/git.go
index 04e6513..fabe2ce 100644
--- a/git.go
+++ b/git.go
@@ -223,6 +223,7 @@ func newGitArtifactUploadCommand() *cobra.Command {
}
c := createClientWithInstance("git", cmd, instance)
+ c.HTTP.Timeout = fileTransferTimeout
repoID := getRepoID(c, ctx, repoName, owner)
if rev == "" {
base-commit: 5664e7046d81aa30e7d652cad8f30e87528f6cf8
--
2.39.2