Skip to content

Commit b38ebf1

Browse files
FedeDPpoiana
authored andcommitted
update: set a 60m timeout for both circleCI and goreleaser.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent e2c72f3 commit b38ebf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo ${DOCKERHUB_SECRET} | docker login -u ${DOCKERHUB_USER} --password-stdin
5959
- run:
6060
name: Go releaser
61-
no_output_timeout: 40m
61+
no_output_timeout: 60m
6262
command: |
6363
export DOCKER_CLI_EXPERIMENTAL=enabled
64-
curl -sL https://git.io/goreleaser | bash
64+
curl -sL https://git.io/goreleaser | bash -s -- --timeout 60m

0 commit comments

Comments
 (0)