Skip to content

Commit 9df033a

Browse files
committed
Enlarge the goreleaser timeout to 60m.
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
1 parent bd42e36 commit 9df033a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hack/release-tools/goreleaser.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ if [[ "${PUBLISH:-}" != "TRUE" ]]; then
5252
goreleaser release \
5353
--clean \
5454
--parallelism 2 \
55+
--timeout 60m \
5556
--release-notes="${RELEASE_NOTES_FILE}" \
5657
--snapshot # Generate an unversioned snapshot release, skipping all validations and without publishing any artifacts (implies --skip-publish, --skip-announce and --skip-validate)
5758
else
5859
echo "Getting ready to publish"
5960
goreleaser release \
6061
--clean \
6162
--parallelism 2 \
63+
--timeout 60m \
6264
--release-notes="${RELEASE_NOTES_FILE}"
6365
fi

0 commit comments

Comments
 (0)