Skip to content

Commit

Permalink
Mitigate long running job for truffleruby in CI by workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Sep 8, 2024
1 parent a675945 commit f83f42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Booting up Redis
run: make start
- name: Test
run: bundle exec rake test:${{ matrix.suite }}
run: timeout 90 bundle exec rake test:${{ matrix.suite }}
- name: Shutting down Redis
run: make stop

Expand Down

0 comments on commit f83f42f

Please sign in to comment.