Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Increase Jest test timeout to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramosbugs committed Jun 20, 2023
1 parent a6fe9c9 commit 3d59859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
name: "Jest Integration Tests: Jest ${{ matrix.jest }} + Node ${{ matrix.node }}"
# FIXME: also test on Windows
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 20
needs:
# Don't incur the cost of the test matrix if the basic build fails.
- check
Expand Down

0 comments on commit 3d59859

Please sign in to comment.