Bump Yarn timeout to 2 min

This commit is contained in:
Qstick
2020-07-04 00:02:43 -04:00
parent 5f2d57f33b
commit 3504cbe9cd

View File

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