Skip to content

Commit

Permalink
Merge pull request #5372 from hallieswan/SWC-6655
Browse files Browse the repository at this point in the history
SWC-6655: try increasing network timeout when downloading dependencies
  • Loading branch information
hallieswan authored Apr 26, 2024
2 parents b30e003 + 0869622 commit 9681c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --network-timeout 1000000
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Check for common errors
Expand Down

0 comments on commit 9681c51

Please sign in to comment.