diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index e141071d09..c185fd1d3c 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -101,7 +101,7 @@ jobs: submodules: true - uses: ./.github/workflows/setup-with-retry - name: Build openpilot - timeout-minutes: 5 + timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache run: ${{ env.RUN }} "scons -j$(nproc)" - name: Test notebooks timeout-minutes: 2