i thought i pushed!
pull/35948/head^2
Shane Smiskol 1 day ago
parent 5117a8c3a6
commit a79a5e5a16
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -159,7 +159,7 @@ jobs:
- name: Build openpilot
run: ${{ env.RUN }} "scons -j$(nproc)"
- name: Run unit tests
timeout-minutes: 5
timeout-minutes: ${{ contains(runner.name, 'nsc') && ((steps.setup-step.outputs.duration < 18) && 1 || 2) || 20 }}
run: |
${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \
$PYTEST --collect-only -m 'not slow' &> /dev/null && \

Loading…
Cancel
Save