Skip to content

Commit 77b8b73

Browse files
committed
Mitigate long running job for truffleruby in CI by workaround
1 parent a675945 commit 77b8b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

+1
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)