From f2d8fc9d0decab9fe20bcadedb14bd857c988045 Mon Sep 17 00:00:00 2001 From: Phoebe Schmidt Date: Wed, 16 Sep 2020 16:14:00 +0200 Subject: [PATCH] fix(circleci): increate no-output-timeout for bump-brew step --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d3d32d6b..5abca9b49 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,7 +63,9 @@ jobs: xcode: '11.0' steps: - checkout - - run: npm run bump-brew-formula + - run: + command: npm run bump-brew-formula + no_output_timeout: 30m audit: &audit docker: - image: circleci/node:12