From 9dd03ed69cfb1761a62b140d7411cb6ab1b01301 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 29 Jan 2024 13:22:59 -0500 Subject: [PATCH] CI: increase notebook cache build timeout (#31212) allow more time old-commit-hash: 0b2442314d25adc7aa4f885a6b46299264d1da2d --- .github/workflows/tools_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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