Skip to content

Commit 138541a

Browse files
authoredMar 3, 2022
tests(devtools): add yarn install timeout (#13717)
1 parent a281215 commit 138541a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/devtools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Download Content Shell
150150
run: bash $GITHUB_WORKSPACE/lighthouse/lighthouse-core/test/chromium-web-tests/download-content-shell.sh
151151

152-
- run: yarn --frozen-lockfile
152+
- run: yarn --frozen-lockfile --network-timeout 1000000
153153
working-directory: ${{ github.workspace }}/lighthouse
154154

155155
- name: Define ToT chrome path

0 commit comments

Comments
 (0)
Please sign in to comment.