Increase git timeout for large CI repos

This commit is contained in:
zontreck 2025-01-25 11:12:00 -07:00
parent 66996af24a
commit aa1146789f

View file

@ -54,5 +54,6 @@ RUN ssh-keyscan -p 1212 git.zontreck.com >> /root/.ssh/known_hosts
# Set up needed git and extra build components
RUN git config --global user.name "zontreck"
RUN git config --global user.email "tarapiccari@gmail.com"
RUN git config --global http.timeout "3600"
WORKDIR /