Skip to content

Commit

Permalink
CI: reduce unittest timeout (commaai#29937)
Browse files Browse the repository at this point in the history
reduce timeout
  • Loading branch information
jnewb1 authored Sep 15, 2023
1 parent 22e7aa3 commit c6f1f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Run unit tests
timeout-minutes: 40
timeout-minutes: 15
run: |
${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \
$PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \
Expand Down

0 comments on commit c6f1f36

Please sign in to comment.