Skip to content

Commit 4a93835

Browse files
committed
Adjust yarn timeout in github workflows
1 parent aeef64b commit 4a93835

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bundle-desktop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
with:
2222
node-version: 12.x
2323

24+
- name: Adjust yarn timeout
25+
run: yarn config set network-timeout 600000 -g
26+
2427
- name: Install dependencies
2528
run: yarn
2629

.github/workflows/publish-desktop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
node-version: 12.x
1616

17+
- name: Adjust yarn timeout
18+
run: yarn config set network-timeout 600000 -g
19+
1720
- name: Install dependencies
1821
run: yarn
1922

0 commit comments

Comments
 (0)