Commit 9b480bc5 authored by Mark Tyneway's avatar Mark Tyneway

ci: bump build timeout

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
parent 1af866c0
......@@ -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: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment