Skip to content

Commit 265ae9b

Browse files
committed
chore(ci): increase timeout for rails spec suite
1 parent 4283b8c commit 265ae9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sentry_rails_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
working-directory: sentry-rails
2020
name: Ruby ${{ matrix.ruby_version }} & Rails ${{ matrix.rails_version }}, options - ${{ toJson(matrix.options) }}
2121
runs-on: ubuntu-latest
22-
timeout-minutes: 10
22+
timeout-minutes: 12
2323
env:
2424
RUBYOPT: ${{ matrix.options.rubyopt }}
2525
BUNDLE_GEMFILE: ${{ github.workspace }}/sentry-rails/Gemfile

0 commit comments

Comments
 (0)