backend,yarnrc: bring yarn network-timeout down to 300s

This commit is contained in:
Patrik Oldsberg
2020-11-30 18:39:49 +01:00
parent 68fdc3a9f3
commit a5687a6c5e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ registry "https://registry.npmjs.org/"
disable-self-update-check true
lastUpdateCheck 1580389148099
yarn-path ".yarn/releases/yarn-1.22.1.js"
network-timeout 600000
network-timeout 300000