Skip to content

Commit

Permalink
Increase infection timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Feb 23, 2024
1 parent 64bb6b3 commit 86087a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
env:
INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
run: |
php vendor/bin/infection --threads=max --only-covered
php vendor/bin/infection --threads=1 --only-covered

0 comments on commit 86087a4

Please sign in to comment.