mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add --timeout to try to find hanging spec
This commit is contained in:
parent
36dde35e02
commit
8305a48413
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -121,7 +121,7 @@ jobs:
|
|||
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
|
||||
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
|
||||
ruby -v
|
||||
ruby ../mspec/bin/mspec -I../../tool/lib -j
|
||||
ruby ../mspec/bin/mspec -I../../tool/lib -j --timeout 60
|
||||
|
||||
- uses: k0kubun/action-slack@v2.0.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue