CI: bump up model test timeout

This commit is contained in:
Adeeb Shihadeh
2023-08-10 17:29:56 -07:00
committed by GitHub
parent 01273d6224
commit cd4bb412f5

View File

@@ -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"