Skip to content

Commit

Permalink
chore(ci): fail hanging tests faster
Browse files Browse the repository at this point in the history
Seems that since we introduced c8 the tests sometimes hang
(they finish correctly, but node process hangs and never exists).
This ensures we get failure sooner than after 360m (default on github)
  • Loading branch information
lidel committed Nov 24, 2022
1 parent 40d1ad7 commit 12dfde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:

- name: Test
run: npm run ci:test
# tests should finish <30s, if it takes longer its a bug - fail fast
timeout-minutes: 1

- name: Lint
# bundles are too big on Windows and fail addon-lint
Expand Down

0 comments on commit 12dfde5

Please sign in to comment.