Skip to content

Commit

Permalink
Change timeout to 10 min since 5 is not enough (#2414)
Browse files Browse the repository at this point in the history
  • Loading branch information
sl0thentr0py authored Sep 23, 2024
1 parent 23fe6f5 commit 246e926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sentry_ruby_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +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
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 246e926

Please sign in to comment.