add yarnrc to increase network timeout

This commit is contained in:
Abhinav 2022-12-28 17:11:02 +05:30
parent 67177bbdff
commit 66e43d6e6f
2 changed files with 1 additions and 3 deletions

View file

@ -34,9 +34,6 @@ jobs:
- name: Install libarchive-tools for pacman build # Related https://github.com/electron-userland/electron-builder/issues/4181
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get install libarchive-tools
- name: Increase yarn network timeout to 100000 ms
run: yarn config set network-timeout 100000 -g
- name: Electron Builder Action
uses: samuelmeuli/action-electron-builder@v1.6.0

1
.yarnrc Normal file
View file

@ -0,0 +1 @@
network-timeout 500000