From b4a11a722955f5ca6dd787cfb3d34aeddc3d5255 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Tue, 13 Feb 2024 14:57:08 -0500 Subject: [PATCH] CI: reduce car tests timeout (#31433) * reduce cars timeout * 10 --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 37545cf06d..8b1f256bfb 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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"