From 2752df82664d1a45e60f09ede09760c67903f135 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 28 May 2020 14:40:25 -0700 Subject: [PATCH] timeouts for all CI jobs --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c1f5c524f0..43c90dc97a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,6 +48,7 @@ jobs: docker_push: name: docker push runs-on: ubuntu-16.04 + timeout-minutes: 50 if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot' needs: static_analysis # hack to ensure slow tests run first since this and static_analysis are fast steps: @@ -65,6 +66,7 @@ jobs: static_analysis: name: static analysis runs-on: ubuntu-16.04 + timeout-minutes: 50 steps: - uses: actions/checkout@v2 with: @@ -91,6 +93,7 @@ jobs: unit_tests: name: unit tests runs-on: ubuntu-16.04 + timeout-minutes: 50 steps: - uses: actions/checkout@v2 with: