From ec05ba7ca30436768f50afabddb4642e8060dace Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 7 Mar 2023 17:51:34 -0800 Subject: [PATCH] Give more time to MinGW to run make test 10 minutes were not enough. https://github.com/ruby/ruby/actions/runs/4360048989/jobs/7622532445 --- .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 3d1624342e..20425a32e3 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -127,7 +127,7 @@ jobs: make DESTDIR=../install install-nodoc - name: test - timeout-minutes: 10 + timeout-minutes: 30 run: | make test if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}