Skip to content

Commit

Permalink
Merge pull request #74 from ruby/timeout
Browse files Browse the repository at this point in the history
Set timeout for JRuby
  • Loading branch information
nobu authored Dec 10, 2024
2 parents 04f0438 + 830d385 commit 61cbc3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
bundler-cache: true
- name: Run test
run: bundle exec rake test
timeout-minutes: 3
continue-on-error: ${{ startsWith(matrix.ruby, 'jruby') }}
- name: Build package
id: build
shell: bash
Expand Down

0 comments on commit 61cbc3d

Please sign in to comment.