Skip to content

Commit

Permalink
Merge pull request #139 from makebrainwaves/dano/network
Browse files Browse the repository at this point in the history
Increase network timeout on CI
  • Loading branch information
jdpigeon authored Sep 19, 2020
2 parents 018a510 + de9794b commit 8067aad
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 8067aad

Please sign in to comment.