Skip to content

Commit

Permalink
extend build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Donowitz committed Feb 9, 2022
1 parent 9b245da commit 6f5b6c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ jobs:
- run:
name: Build Docker image
command: docker build -t app:build .
no_output_timeout: 30m
# save the built docker container into CircleCI's cache. This is
# required since Workflows do not have the same remote docker instance.
- run:
Expand Down

0 comments on commit 6f5b6c5

Please sign in to comment.