Set full mutation test job timeout to 360 minutes
It has been cancelled after 60 minutes. [ci skip] Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
381efb44b8
commit
4d031f1d1d
1
.github/workflows/mutation-tests.yml
vendored
1
.github/workflows/mutation-tests.yml
vendored
@ -75,6 +75,7 @@ jobs:
|
||||
|
||||
- name: Run Infection for all files
|
||||
if: github.event_name == 'schedule'
|
||||
timeout-minutes: 360
|
||||
env:
|
||||
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
|
||||
run: infection -j$(nproc) --skip-initial-tests --coverage=build/logs --no-interaction --no-progress --only-covering-test-cases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user