build_release: increase timeout (#30416)
inc timeout old-commit-hash: fa9d3ec1f5c3ca0b32d61a1fdd410cd7bb59c932
This commit is contained in:
2
.github/workflows/selfdrive_tests.yaml
vendored
2
.github/workflows/selfdrive_tests.yaml
vendored
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user