From 658c6333a19b58cc381855120c156fc0c581f6fb Mon Sep 17 00:00:00 2001 From: Elie Date: Tue, 27 Jul 2021 15:37:02 +0200 Subject: [PATCH] Increase no output timeout for release step --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index cb594f29..da88ec55 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,6 +88,7 @@ jobs: - run: name: "Build and publish release" command: make release + no_output_timeout: 30m - persist_to_workspace: root: ~/project paths: