From 446b035c11ec79511f8c7c0717302bba7d6317df Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Feb 2024 16:35:05 -0800 Subject: [PATCH] clean up --- .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 31240e1107..860cfa48f7 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -54,7 +54,7 @@ jobs: cd $STRIPPED_DIR ${{ env.RUN }} "python selfdrive/manager/build.py" - name: Run tests - timeout-minutes: 99 + timeout-minutes: 3 run: | cd $STRIPPED_DIR ${{ env.RUN }} "release/check-dirty.sh && \