CI: reduce car tests timeout (#31433)

* reduce cars timeout

* 10
This commit is contained in:
Justin Newberry
2024-02-13 14:57:08 -05:00
committed by GitHub
parent 6f4d388348
commit b4a11a7229

View File

@@ -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"