Skip to content

Commit

Permalink
longer timeout-minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Edison-CBS committed Aug 11, 2023
1 parent cbbbdc7 commit b9758c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
run: |
${{ env.RUN }} "scons -j$(nproc)"
- name: Run replay
timeout-minutes: 20
timeout-minutes: 25
run: |
${{ env.RUN }} "CI=1 coverage run selfdrive/test/process_replay/test_processes.py -j$(nproc) && \
coverage xml"
Expand Down Expand Up @@ -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: 4
timeout-minutes: 10
run: |
${{ env.RUN_CL }} "$UNIT_TEST selfdrive/modeld && \
coverage xml"
Expand Down

0 comments on commit b9758c8

Please sign in to comment.