From 88768b9c285036a57490319ccfe0eaae8cb1a6d3 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 15 Apr 2021 13:04:42 -0700 Subject: [PATCH] Attempt to fix random yarn timeout on Mac. (#7371) * Attempt to fix random yarn timeout on Mac. --- .github/workflows/ci_mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_mac.yml b/.github/workflows/ci_mac.yml index 100123ccb9..a80f659a8a 100644 --- a/.github/workflows/ci_mac.yml +++ b/.github/workflows/ci_mac.yml @@ -19,7 +19,7 @@ jobs: node-version: 14.16.x - name: Install Dependencies - run: yarn install + run: yarn install --network-timeout 100000 working-directory: Extension - name: Generate hashes for runtime dependency packages