agent-harness / tasks /patches /TASK_CR_011_source.patch
cuber12's picture
Publish agent harness research code and paper artifacts
d61821a verified
Raw
History Blame Contribute Delete
637 Bytes
diff --git a/commands/helpers/artifacts_uploader.go b/commands/helpers/artifacts_uploader.go
index 73e5c1c7..3fba19cf 100644
--- a/commands/helpers/artifacts_uploader.go
+++ b/commands/helpers/artifacts_uploader.go
@@ -55,7 +55,9 @@ type ArtifactsUploaderCommand struct {
func NewArtifactsUploaderCommand() cli.Command {
cmd := &ArtifactsUploaderCommand{
- Name: "artifacts",
+ Name: "artifacts",
+ Timeout: common.DefaultArtifactUploadTimeout,
+ ResponseHeaderTimeout: common.DefaultArtifactResponseHeaderTimeout,
}
cmd.newNetwork = func() common.Network {
return network.NewGitLabClient(