test: yarn 5 min timeout

This commit is contained in:
AP 2020-04-16 13:26:50 +02:00
parent 6016c1f737
commit 065bf050db

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/app
# Install app dependencies
COPY package.json /usr/src/app/
COPY yarn.lock /usr/src/app/
RUN yarn --network-timeout 1000000 --production=true
RUN yarn --network-timeout 300000 --production=true
RUN yarn add cross-env
# Bundle app source