CI: increase notebook cache build timeout (#31212)

allow more time
old-commit-hash: 0b2442314d
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent c61f40c34f
commit 9dd03ed69c
  1. 2
      .github/workflows/tools_tests.yaml

@ -101,7 +101,7 @@ jobs:
submodules: true submodules: true
- uses: ./.github/workflows/setup-with-retry - uses: ./.github/workflows/setup-with-retry
- name: Build openpilot - name: Build openpilot
timeout-minutes: 5 timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache
run: ${{ env.RUN }} "scons -j$(nproc)" run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Test notebooks - name: Test notebooks
timeout-minutes: 2 timeout-minutes: 2

Loading…
Cancel
Save