Skip to content

Commit

Permalink
tests(devtools): add yarn install timeout (#13717)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Mar 3, 2022
1 parent a281215 commit 138541a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devtools.yml
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Download Content Shell
run: bash $GITHUB_WORKSPACE/lighthouse/lighthouse-core/test/chromium-web-tests/download-content-shell.sh

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

- name: Define ToT chrome path
Expand Down

0 comments on commit 138541a

Please sign in to comment.