CI: reduce car tests timeout (#31433)

* reduce cars timeout

* 10
pull/31432/head
Justin Newberry 1 year ago committed by GitHub
parent 6f4d388348
commit b4a11a7229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -313,7 +313,7 @@ jobs:
- name: Build openpilot
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Test car models
timeout-minutes: 25
timeout-minutes: 10
run: |
${{ env.RUN }} "$PYTEST selfdrive/car/tests/test_models.py && \
chmod -R 777 /tmp/comma_download_cache"

Loading…
Cancel
Save