From 7d8e7825e2b8c02588608fb5a2e8de2cd163ee1c Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Thu, 15 Apr 2021 12:52:13 +0300 Subject: [PATCH] fix gh actions network timeout on yarn install Signed-off-by: Jari Kolehmainen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 658be09690..b5a652a51b 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ binaries/client: node_modules yarn download-bins node_modules: yarn.lock - yarn install --frozen-lockfile + yarn install --frozen-lockfile --network-timeout=100000 yarn check --verify-tree --integrity static/build/LensDev.html: node_modules