bump up cars timeout for the GHA runners

old-commit-hash: 861c52e015
pull/32199/head
Adeeb Shihadeh 11 months ago committed by GitHub
parent 4bade99d62
commit 70f2c6610a
  1. 2
      .github/workflows/selfdrive_tests.yaml

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

Loading…
Cancel
Save