From b38ebf184212e25485a5ced909d564ea20a30511 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 26 Apr 2022 17:15:13 +0200 Subject: [PATCH] update: set a 60m timeout for both circleCI and goreleaser. Signed-off-by: Federico Di Pierro --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e8c199b..b7e2068f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: echo ${DOCKERHUB_SECRET} | docker login -u ${DOCKERHUB_USER} --password-stdin - run: name: Go releaser - no_output_timeout: 40m + no_output_timeout: 60m command: | export DOCKER_CLI_EXPERIMENTAL=enabled - curl -sL https://git.io/goreleaser | bash + curl -sL https://git.io/goreleaser | bash -s -- --timeout 60m