From fcccbb3a131cc8f60025fc7da9b9fdb7a4e3acf7 Mon Sep 17 00:00:00 2001 From: dzid26 Date: Sat, 7 Sep 2024 19:57:19 -0700 Subject: [PATCH] revert shorter MISRA mutation CI timeout - test_misra.sh only got faster locally --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9584f0c96..5b62bf18f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -100,7 +100,7 @@ jobs: timeout-minutes: 1 run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh" - name: MISRA mutation tests - timeout-minutes: 4 + timeout-minutes: 5 run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py" static_analysis: