fix inconsistent misra mutation tests (#1935)

* revert

* fix
This commit is contained in:
Justin Newberry
2024-04-22 10:28:53 -07:00
committed by GitHub
parent 4d60ae9c62
commit 698d17e021
5 changed files with 6 additions and 4 deletions

View File

@@ -103,7 +103,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"
python_linter: