revert timeout increase from #26850

pull/26951/head
Adeeb Shihadeh 2 years ago
parent 2e36d07106
commit 50f62a7adc
  1. 2
      .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 && \

Loading…
Cancel
Save