Skip to content

Commit

Permalink
add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 6, 2024
1 parent 027001c commit 604319e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
tests:
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
timeout-minutes: 60
timeout-minutes: 30
strategy:
matrix:
script:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 604319e

Please sign in to comment.