Skip to content

Commit

Permalink
increase network time
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpigeon committed Sep 19, 2020
1 parent 18c76b9 commit 029b865
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
node-version: 13

- name: Increase yarn network timeout
run: |
yarn config set network-timeout 300000
- name: yarn install
run: |
yarn install
Expand Down

0 comments on commit 029b865

Please sign in to comment.