From cd4bb412f5a6ecbf150b464ea2597943de12d208 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 10 Aug 2023 17:29:56 -0700 Subject: [PATCH] CI: bump up model test timeout --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 5d4f4c3e8f..c45ebd1bee 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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"