Skip to content

Commit dedee38

Browse files
committed
Add timeout-minutes to CI workflow
TypeProf may cause infinite loops due to implementation mistakes, so set a timeout to avoid wasting CI execution time. ref: ruby#363 (comment)
1 parent 753de9b commit dedee38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- ruby: "3.3"
2727
rubyopt: "--enable-frozen-string-literal"
2828
runs-on: ubuntu-latest
29+
timeout-minutes: 10
2930
steps:
3031
- uses: actions/checkout@v4
3132
- name: Set up Ruby

0 commit comments

Comments
 (0)