From ce7f66f180e6b99a9b644534d64f1afd0f7503cd Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 13 Nov 2024 20:48:30 -0800 Subject: [PATCH] collection time --- .github/workflows/selfdrive_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index e3ee2edf4fcbc6..89298b8f93dc3e 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -182,7 +182,8 @@ jobs: - name: Run unit tests timeout-minutes: ${{ contains(runner.name, 'nsc') && 1 || 20 }} run: | - ${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \ + ${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST --collect-only --timeout 60 -m 'not slow' && \ + MAX_EXAMPLES=1 $PYTEST --timeout 60 -m 'not slow' && \ ./selfdrive/ui/tests/create_test_translations.sh && \ QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ chmod -R 777 /tmp/comma_download_cache"