From 604319e9a09949900836c241534c9d838886ae0b Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sat, 6 Apr 2024 16:20:19 +0200 Subject: [PATCH] add timeouts --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a5729df..ea1710078 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: tests: env: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - timeout-minutes: 60 + timeout-minutes: 30 strategy: matrix: script: @@ -94,6 +94,7 @@ jobs: xcode_archive_path: ${{ env.TEST_RESULTS }} docs: runs-on: macos-13 + timeout-minutes: 15 steps: - uses: actions/checkout@v3 - name: Setup Ruby