mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
github actions is slow, increase timeout
This commit is contained in:
@@ -14,6 +14,6 @@ COPY commafeed-server/config.yml.example config.yml
|
||||
COPY commafeed-server/target/commafeed.jar .
|
||||
|
||||
# build openj9 shared classes cache to improve startup time
|
||||
RUN sh -c 'java -Xshareclasses -jar commafeed.jar server config.docker-warmup.yml &' ; wait-for-it -t 120 localhost:8088 -- pkill java ; rm -rf config.warmup.yml
|
||||
RUN sh -c 'java -Xshareclasses -jar commafeed.jar server config.docker-warmup.yml &' ; wait-for-it -t 600 localhost:8088 -- pkill java ; rm -rf config.warmup.yml
|
||||
|
||||
CMD ["java", "-Xshareclasses", "-jar", "commafeed.jar", "server", "config.yml"]
|
||||
|
||||
Reference in New Issue
Block a user