Skip to content

Commit

Permalink
bump notebooks timeout (commaai#31377)
Browse files Browse the repository at this point in the history
bump
old-commit-hash: e593ffc
  • Loading branch information
jnewb1 authored Feb 8, 2024
1 parent a1d331c commit 4a172b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"

0 comments on commit 4a172b2

Please sign in to comment.