From 4ac6b29f29731b2080d01f526f68a0964af00d81 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 4 Jul 2020 00:01:47 -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 48ebfa76c..dec4337ad 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' }