Skip to content

Commit

Permalink
fix(circleci): increate no-output-timeout for bump-brew step
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Schmidt committed Sep 16, 2020
1 parent e1de2ea commit f2d8fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2d8fc9

Please sign in to comment.