We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a675945 commit 77b8b73Copy full SHA for 77b8b73
.github/workflows/test.yaml
@@ -95,6 +95,7 @@ jobs:
95
run: make start
96
- name: Test
97
run: bundle exec rake test:${{ matrix.suite }}
98
+ timeout-minutes: 3
99
- name: Shutting down Redis
100
run: make stop
101
0 commit comments