Bump Yarn timeout to 2 min

pull/1689/head
Qstick 4 years ago
parent c50bedebc1
commit 4ac6b29f29

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

Loading…
Cancel
Save