Skip to content

Commit

Permalink
Longer timeout for depext (#322)
Browse files Browse the repository at this point in the history
It seems to require about 70 seconds, let's give it 5 minutes in case it
gets even slower in the future.
  • Loading branch information
JasonGross authored Oct 14, 2024
2 parents a1e0cc7 + 178765f commit d0300d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN sudo chown -R opam:nogroup .
RUN opam install . --destdir /src/opam-install

# Store the dynamic dependencies of the server
RUN opam depext -ln coq-bot > /src/depexts-coq-bot
RUN OPAMSOLVERTIMEOUT=300 opam depext -ln coq-bot > /src/depexts-coq-bot


FROM alpine:3.10 AS app
Expand Down

0 comments on commit d0300d7

Please sign in to comment.