mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Increase timeout
This commit is contained in:
parent
219ec38007
commit
a1694b06af
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue