revert shorter MISRA mutation CI timeout

- test_misra.sh only got faster locally
This commit is contained in:
dzid26 2024-09-07 19:57:19 -07:00
parent 2aaab40117
commit fcccbb3a13
1 changed files with 1 additions and 1 deletions

View File

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