Skip to content

Commit 3d68e6a

Browse files
committed
Add timeout when running specs on CRuby
* So hanging specs are clearly shown.
1 parent d4a7fd2 commit 3d68e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
with:
5050
ruby-version: ${{ matrix.ruby }}
5151
bundler: none
52-
- run: CHECK_LEAKS=true tool/jt.rb -u ruby mspec -fdot spec/ruby
52+
- run: CHECK_LEAKS=true tool/jt.rb -u ruby mspec -fdot --timeout 30 spec/ruby

0 commit comments

Comments
 (0)