From 164e018d384b1b07f97890eef6ee1397630112ff Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 4 Jun 2021 04:38:43 -0700 Subject: [PATCH] increase test car moddels 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 be3324457a..305d2c7b88 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -301,7 +301,7 @@ jobs: - name: Test car models run: | ${{ env.RUN }} "scons -j$(nproc) && \ - FILEREADER_CACHE=1 coverage run --parallel-mode -m nose --processes=4 --process-timeout=60 \ + FILEREADER_CACHE=1 coverage run --parallel-mode -m nose --processes=4 --process-timeout=120 \ selfdrive/test/test_models.py && \ coverage combine" - name: Upload coverage to Codecov