Skip to content

Commit

Permalink
Add 5 min timeout to sentry_ruby_test workflow (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Sep 20, 2024
1 parent ab8361f commit 04e030f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
working-directory: sentry-ruby
name: Ruby ${{ matrix.ruby_version }} & Rack ${{ matrix.rack_version }}, options - ${{ toJson(matrix.options) }}
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 04e030f

Please sign in to comment.