Skip to content

Commit

Permalink
Raise up default time limit for coverage build
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Sep 20, 2023
1 parent 4030e4a commit a06f598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
composer update --prefer-dist ${{ matrix.setup != 'next' && format('--prefer-{0}', matrix.setup) || '' }} --no-progress --no-interaction
- name: Run test suite
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml --default-time-limit=3

- name: Code Climate Test Reporter
if: ${{ env.CC_TEST_REPORTER_ID != '' }}
Expand Down

0 comments on commit a06f598

Please sign in to comment.