1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Bump Yarn timeout to 2min

This commit is contained in:
Qstick
2020-07-03 23:54:02 -04:00
parent 0142c45210
commit a08648272c
+1 -1
View File
@@ -71,7 +71,7 @@ Build()
YarnInstall()
{
ProgressStart 'yarn install'
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 120000
ProgressEnd 'yarn install'
}