Skip to content

Commit 8067aad

Browse files
authored
Merge pull request #139 from makebrainwaves/dano/network
Increase network timeout on CI
2 parents 018a510 + de9794b commit 8067aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
with:
2020
node-version: 13
2121

22+
- name: Increase yarn network timeout
23+
run: |
24+
yarn config set network-timeout 300000
25+
2226
- name: yarn install
2327
run: |
2428
yarn install

0 commit comments

Comments
 (0)