diff --git a/build.sh b/build.sh index 35c0bdf3d..162dec096 100755 --- a/build.sh +++ b/build.sh @@ -71,7 +71,7 @@ Build() YarnInstall() { ProgressStart 'yarn install' - yarn install --frozen-lockfile + yarn install --frozen-lockfile --network-timeout 120000 ProgressEnd 'yarn install' }