Skip to content

Commit

Permalink
misc(ci): increase yarn network timeout (#12376)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Apr 19, 2021
1 parent e2c9e2d commit e0be318
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 12.x

- run: yarn --frozen-lockfile
- run: yarn install --frozen-lockfile --network-timeout 1000000
- run: yarn build-all

# Run tests that require headfull Chrome.
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
python -m pip install --upgrade pip
pip install protobuf==3.7.1
- run: yarn --frozen-lockfile
- run: yarn install --frozen-lockfile --network-timeout 1000000

- run: yarn test-proto # Run before unit-core because the roundtrip json is needed for proto tests.

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
working-directory: /home/runner
run: bash $GITHUB_WORKSPACE/lighthouse-core/scripts/download-chrome.sh && mv chrome-linux chrome-linux-tot

- run: yarn --frozen-lockfile
- run: yarn install --frozen-lockfile --network-timeout 1000000

- run: sudo apt-get install xvfb
- name: Run smoke tests
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
with:
node-version: 12.x

- run: yarn --frozen-lockfile
- run: yarn install --frozen-lockfile --network-timeout 1000000

- name: Run smoke tests
run: yarn smoke --debug -j=1 --retries=2 dbw oopif offline lantern metrics
Expand All @@ -222,7 +222,7 @@ jobs:
with:
node-version: 12.x

- run: yarn --frozen-lockfile
- run: yarn install --frozen-lockfile --network-timeout 1000000
- run: yarn build-devtools

- run: sudo apt-get install xvfb
Expand Down

0 comments on commit e0be318

Please sign in to comment.