From 06773d9c291cafac007a29a21911a2f6ef1f945e Mon Sep 17 00:00:00 2001 From: John Lee Date: Wed, 3 Jul 2024 10:31:01 -0400 Subject: [PATCH] Add 20m no output timeout to upload command. The upload should never take this long, so it's puzzling. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f431e91160..4057049dac 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -721,6 +721,7 @@ commands: export GOPATH="<< parameters.build_dir >>/go" export TRAVIS_BRANCH=${CIRCLE_BRANCH} scripts/travis/deploy_packages.sh + no_output_timeout: 20m - when: condition: equal: [ "amd64", << parameters.platform >> ]