Skip to content

Commit

Permalink
Fix network timeout on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jun 4, 2021
1 parent 9d26255 commit ff25477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Prepare Install (if applicable)
run: node prepare-install.js
- name: Install Dependencies
run: yarn install
run: yarn install --network-timeout 1000000
- name: Build
run: yarn build
- name: Run Tests
Expand Down

0 comments on commit ff25477

Please sign in to comment.