Skip to content

Commit

Permalink
Attempt to fix random yarn timeout on Mac. (#7371)
Browse files Browse the repository at this point in the history
* Attempt to fix random yarn timeout on Mac.
  • Loading branch information
sean-mcmanus authored Apr 15, 2021
1 parent 94ab7f9 commit 88768b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88768b9

Please sign in to comment.