CI: increase notebook cache build timeout (#31212)

allow more time
old-commit-hash: 0b2442314d25adc7aa4f885a6b46299264d1da2d
This commit is contained in:
Justin Newberry
2024-01-29 13:22:59 -05:00
committed by GitHub
parent c61f40c34f
commit 9dd03ed69c

View File

@@ -101,7 +101,7 @@ jobs:
submodules: true
- uses: ./.github/workflows/setup-with-retry
- 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)"
- name: Test notebooks
timeout-minutes: 2