From 79feec2438d9775ad0242a612d5ce7602132f12f Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Fri, 15 Sep 2023 14:38:51 -0700 Subject: [PATCH] CI: reduce unittest timeout (#29937) reduce timeout old-commit-hash: c6f1f36789427e115c533a5d5c319d4e58ff644a --- .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 f7aba648a4..575ee21835 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -271,7 +271,7 @@ jobs: timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache run: ${{ env.RUN }} "scons -j$(nproc)" - name: Run unit tests - timeout-minutes: 40 + timeout-minutes: 15 run: | ${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \ $PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \