bump notebooks timeout (#31377)

bump
old-commit-hash: e593ffc28c
This commit is contained in:
Justin Newberry
2024-02-08 14:49:33 -05:00
committed by GitHub
parent a1d331cb3c
commit 4a172b23d2

View File

@@ -97,6 +97,6 @@ jobs:
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
timeout-minutes: 3
run: |
${{ env.RUN }} "pip install nbmake && pytest --nbmake tools/car_porting/examples/"