From 586c0da35effb03972ccb0f4e3b3e0ab834299a0 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 10 Jul 2025 20:16:31 -0700 Subject: [PATCH] check --- .github/workflows/selfdrive_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index e860a4d261..12fa88dfae 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -247,6 +247,7 @@ jobs: timeout-minutes: ${{ (steps.setup-step.outputs.duration < 19) && 1 || 2 }} run: | ${{ env.RUN }} "MAX_EXAMPLES=1 $PYTEST selfdrive/car/tests/test_models.py && \ + sleep 15 && \ chmod -R 777 /tmp/comma_download_cache" env: NUM_JOBS: 4 @@ -330,6 +331,7 @@ jobs: run: | ${{ env.RUN }} "source selfdrive/test/setup_xvfb.sh && \ source selfdrive/test/setup_vsound.sh && \ + sleep 15 && \ CI=1 pytest -s tools/sim/tests/test_metadrive_bridge.py" create_ui_report: