bump up cars timeout for the GHA runners

This commit is contained in:
Adeeb Shihadeh
2024-05-17 20:53:52 -07:00
committed by GitHub
parent dd6e2a400b
commit 861c52e015

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"