From 621dae92c7cf5f79c34c2db1dd8727cfa175986d Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 8 Nov 2023 17:32:16 -0500 Subject: [PATCH] build_release: increase timeout again (#30417) * inc timeout * 3 minute timeout old-commit-hash: 844cbd95e73b9ea5cc9571534644342458c36d14 --- .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 3efdb8a98b..63d9a7d47d 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -54,7 +54,7 @@ jobs: cd $STRIPPED_DIR ${{ env.RUN }} "CI=1 python selfdrive/manager/build.py" - name: Run tests - timeout-minutes: 2.5 + timeout-minutes: 3 run: | cd $STRIPPED_DIR ${{ env.RUN }} "release/check-dirty.sh && \