From 2d84a7d1384d83e05faa70b3c81d7bf4fe5e24d7 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 2 Feb 2024 16:18:51 -0800 Subject: [PATCH] see what's failing --- .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 860cfa48f7..31240e1107 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: 3 + timeout-minutes: 99 run: | cd $STRIPPED_DIR ${{ env.RUN }} "release/check-dirty.sh && \