bump up cars timeout for the GHA runners

old-commit-hash: 861c52e015
This commit is contained in:
Adeeb Shihadeh
2024-05-17 20:53:52 -07:00
committed by GitHub
parent 4bade99d62
commit 70f2c6610a

View File

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