build_release: increase timeout again (#30417)

* inc timeout

* 3 minute timeout
pull/30419/head
Justin Newberry 1 year ago committed by GitHub
parent fa9d3ec1f5
commit 844cbd95e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -54,7 +54,7 @@ jobs:
cd $STRIPPED_DIR cd $STRIPPED_DIR
${{ env.RUN }} "CI=1 python selfdrive/manager/build.py" ${{ env.RUN }} "CI=1 python selfdrive/manager/build.py"
- name: Run tests - name: Run tests
timeout-minutes: 2.5 timeout-minutes: 3
run: | run: |
cd $STRIPPED_DIR cd $STRIPPED_DIR
${{ env.RUN }} "release/check-dirty.sh && \ ${{ env.RUN }} "release/check-dirty.sh && \

Loading…
Cancel
Save