From 4d031f1d1d60f5192e0ca485673fbc9d644f1774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 3 Jul 2023 11:49:40 -0300 Subject: [PATCH] Set full mutation test job timeout to 360 minutes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It has been cancelled after 60 minutes. [ci skip] Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/mutation-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index 2d66055a85..64f5629f89 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -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