mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
releaser: Increase timeout
This commit is contained in:
@ -262,7 +262,7 @@ func (r *ReleaseHandler) release(releaseNotesFile string) error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
args := []string{"--parallelism", "3", "--timeout", "60m", "--rm-dist", "--release-notes", releaseNotesFile}
|
args := []string{"--parallelism", "3", "--timeout", "120m", "--rm-dist", "--release-notes", releaseNotesFile}
|
||||||
if r.skipPublish {
|
if r.skipPublish {
|
||||||
args = append(args, "--skip-publish")
|
args = append(args, "--skip-publish")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user