Skip to content

Commit

Permalink
ci: bump build timeout
Browse files Browse the repository at this point in the history
Docker build times out in CI due to long forge compilation times.
https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/29778/workflows/2eb9b0fa-9e94-402f-8dbe-775bb6680722/jobs/1406653

Makes the timeout 45m which should be plenty, it seemed to take at least
20 minutes to build locally
  • Loading branch information
tynes committed Oct 18, 2023
1 parent 1af866c commit 9b480bc
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 @@ -313,6 +313,7 @@ jobs:
$(echo -ne $DOCKER_TAGS | tr '\n' ' ') \
-f <<parameters.docker_file>> \
<<parameters.docker_context>>
no_output_timeout: 45m
- run:
name: Tag
command: |
Expand Down

0 comments on commit 9b480bc

Please sign in to comment.