build_release: increase timeout again (#30417)

* inc timeout

* 3 minute timeout
old-commit-hash: 844cbd95e73b9ea5cc9571534644342458c36d14
This commit is contained in:
Justin Newberry
2023-11-08 17:32:16 -05:00
committed by GitHub
parent d2fde3ab22
commit 621dae92c7
+1 -1
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.5
timeout-minutes: 3
run: |
cd $STRIPPED_DIR
${{ env.RUN }} "release/check-dirty.sh && \