Skip to content

Commit

Permalink
mutation test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed Jun 10, 2024
1 parent caf21b8 commit fb9df49
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 @@ -103,7 +103,7 @@ jobs:
timeout-minutes: 2
run: ${{ env.RUN }} "cd tests/misra && CERT=./certs/debug RELEASE=1 ./test_misra.sh"
- name: MISRA mutation tests
timeout-minutes: 5
timeout-minutes: 6
run: ${{ env.RUN }} "cd tests/misra && pytest -n8 test_mutation.py"

python_linter:
Expand Down

0 comments on commit fb9df49

Please sign in to comment.