increase yarn timeout

This commit is contained in:
zeppi 2022-03-12 20:48:08 -05:00 committed by jessopb
parent d5c79495ab
commit fd02bb00b3

View file

@ -47,7 +47,7 @@ jobs:
- name: Build
run: |
yarn global add cross-env
yarn
yarn install --network-timeout 600000
yarn build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}