From fa9d3ec1f5c3ca0b32d61a1fdd410cd7bb59c932 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 8 Nov 2023 17:15:15 -0500 Subject: [PATCH] build_release: increase timeout (#30416) inc timeout --- .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 a83b495f11..3efdb8a98b 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 + timeout-minutes: 2.5 run: | cd $STRIPPED_DIR ${{ env.RUN }} "release/check-dirty.sh && \