Bump Yarn timeout to 2 min

pull/43/head
Qstick 4 years ago
parent 5f2d57f33b
commit 3504cbe9cd

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

Loading…
Cancel
Save