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:
Maurício Meneghini Fauth 2023-07-03 11:49:40 -03:00
parent 381efb44b8
commit 4d031f1d1d
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -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