Skip to content

Commit

Permalink
Increase network timeout for integration tests (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack authored Mar 5, 2024
1 parent 62975a0 commit 2a4ab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn --immutable --network-timeout 1000000
- run: yarn --immutable --network-timeout 1500000
- run: yarn lerna run test:integration

acceptance:
Expand Down

0 comments on commit 2a4ab79

Please sign in to comment.