Skip to content

Commit 88768b9

Browse files
authored
Attempt to fix random yarn timeout on Mac. (#7371)
* Attempt to fix random yarn timeout on Mac.
1 parent 94ab7f9 commit 88768b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 14.16.x
2020

2121
- name: Install Dependencies
22-
run: yarn install
22+
run: yarn install --network-timeout 100000
2323
working-directory: Extension
2424

2525
- name: Generate hashes for runtime dependency packages

0 commit comments

Comments
 (0)