Skip to content

Commit

Permalink
revert shorter MISRA mutation CI timeout
Browse files Browse the repository at this point in the history
- test_misra.sh only got faster locally
  • Loading branch information
dzid26 committed Sep 8, 2024
1 parent 2aaab40 commit fcccbb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fcccbb3

Please sign in to comment.