From a08648272c62c0f1ec4ae37fa00e47d9a8d5e0b3 Mon Sep 17 00:00:00 2001 From: Qstick Date: Fri, 3 Jul 2020 23:54:02 -0400 Subject: [PATCH] Bump Yarn timeout to 2min --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }