Skip to content

Commit f83f42f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Booting up Redis
9595
run: make start
9696
- name: Test
97-
run: bundle exec rake test:${{ matrix.suite }}
97+
run: timeout 90 bundle exec rake test:${{ matrix.suite }}
9898
- name: Shutting down Redis
9999
run: make stop
100100

0 commit comments

Comments
 (0)