Skip to content

Commit d0300d7

Browse files
authored
Longer timeout for depext (#322)
It seems to require about 70 seconds, let's give it 5 minutes in case it gets even slower in the future.
2 parents a1e0cc7 + 178765f commit d0300d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN sudo chown -R opam:nogroup .
1616
RUN opam install . --destdir /src/opam-install
1717

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

2121

2222
FROM alpine:3.10 AS app

0 commit comments

Comments
 (0)