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

Commit 3d59859

Browse files
committed
Increase Jest test timeout to 20 minutes
1 parent a6fe9c9 commit 3d59859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
name: "Jest Integration Tests: Jest ${{ matrix.jest }} + Node ${{ matrix.node }}"
170170
# FIXME: also test on Windows
171171
runs-on: ubuntu-latest
172-
timeout-minutes: 15
172+
timeout-minutes: 20
173173
needs:
174174
# Don't incur the cost of the test matrix if the basic build fails.
175175
- check

0 commit comments

Comments
 (0)