Bump Yarn timeout to 2min

pull/4058/head
Qstick 4 years ago
parent 0142c45210
commit a08648272c

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

Loading…
Cancel
Save