mirror of https://github.com/commaai/panda.git
revert shorter MISRA mutation CI timeout
- test_misra.sh only got faster locally
This commit is contained in:
parent
2aaab40117
commit
fcccbb3a13
|
@ -100,7 +100,7 @@ jobs:
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
|
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
|
||||||
- name: MISRA mutation tests
|
- name: MISRA mutation tests
|
||||||
timeout-minutes: 4
|
timeout-minutes: 5
|
||||||
run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py"
|
run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py"
|
||||||
|
|
||||||
static_analysis:
|
static_analysis:
|
||||||
|
|
Loading…
Reference in New Issue