1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-03 05:25:10 +00:00

Bump Yarn timeout to 2 min

This commit is contained in:
Qstick 2020-07-04 00:01:47 -04:00
parent 2afd6be39b
commit c8d8394347

View file

@ -73,7 +73,7 @@ Build()
YarnInstall()
{
ProgressStart 'yarn install'
yarn install
yarn install --frozen-lockfile --network-timeout 120000
ProgressEnd 'yarn install'
}