CI: bump up model test timeout

old-commit-hash: cd4bb412f5
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 6854d6abd0
commit 2e818c2393
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -339,7 +339,7 @@ jobs:
${{ env.RUN_CL }} "ONNXCPU=1 CI=1 NO_NAV=1 coverage run selfdrive/test/process_replay/model_replay.py && \
coverage xml"
- name: Run unit tests
timeout-minutes: 3
timeout-minutes: 4
run: |
${{ env.RUN_CL }} "$UNIT_TEST selfdrive/modeld && \
coverage xml"

Loading…
Cancel
Save