build_release: increase timeout (#30416)

inc timeout
This commit is contained in:
Justin Newberry
2023-11-08 17:15:15 -05:00
committed by GitHub
parent d02dd50749
commit fa9d3ec1f5

View File

@@ -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 && \