Skip to content

Commit a6d8d6a

Browse files
authored
Merge pull request #1292 from supercaracal/workaround-truffleruby-in-ci
Mitigate long running job for truffleruby in CI by workaround
2 parents a675945 + 77b8b73 commit a6d8d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
run: make start
9696
- name: Test
9797
run: bundle exec rake test:${{ matrix.suite }}
98+
timeout-minutes: 3
9899
- name: Shutting down Redis
99100
run: make stop
100101

0 commit comments

Comments
 (0)