Bump Yarn timeout to 2 min

This commit is contained in:
Qstick
2020-07-04 00:01:47 -04:00
parent c50bedebc1
commit 4ac6b29f29
+1 -1
View File
@@ -73,7 +73,7 @@ Build()
YarnInstall()
{
ProgressStart 'yarn install'
yarn install
yarn install --frozen-lockfile --network-timeout 120000
ProgressEnd 'yarn install'
}