From 3504cbe9cd02f2499f483f62eadcd30c969d410c Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 4 Jul 2020 00:02:43 -0400 Subject: [PATCH] Bump Yarn timeout to 2 min --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2cb380c1b..c2ff46a91 100755 --- a/build.sh +++ b/build.sh @@ -73,7 +73,7 @@ Build() YarnInstall() { ProgressStart 'yarn install' - yarn install + yarn install --frozen-lockfile --network-timeout 120000 ProgressEnd 'yarn install' }