From 1a7b2b6a2dd537bbc8a69a032a83c75feeb5758e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 13 Jan 2023 13:46:01 -0800 Subject: [PATCH] revert timeout increase from #26850 old-commit-hash: 50f62a7adc011c753aa846807a8eabfdbdf93996 --- .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 7ad0ce35b1..94cc3c2580 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -38,7 +38,7 @@ jobs: - name: Build Docker image run: eval "$BUILD" - name: Unit test - timeout-minutes: 6 + timeout-minutes: 2 run: | ${{ env.RUN }} "scons -j$(nproc) --directory=/tmp/openpilot/cereal && \ apt-get update && \