ruby-changes:65356
From: Benoit <ko1@a...>
Date: Sun, 28 Feb 2021 01:42:47 +0900 (JST)
Subject: [ruby-changes:65356] 8305a48413 (master): Add --timeout to try to find hanging spec
https://git.ruby-lang.org/ruby.git/commit/?id=8305a48413 From 8305a484133ef67c0c95122008026d9262993a37 Mon Sep 17 00:00:00 2001 From: Benoit Daloze <eregontp@g...> Date: Sat, 27 Feb 2021 17:42:00 +0100 Subject: Add --timeout to try to find hanging spec --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index d251735..d1d31cd 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -121,7 +121,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L121 [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@v... with: -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/