summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 17:51:34 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-07 17:51:38 -0800
commitec05ba7ca30436768f50afabddb4642e8060dace (patch)
tree927ff5bf81482f465c523d26296fcb697bf707db /.github
parent3e731cd945134da5f55cbd34f5cd8c9086a8c27a (diff)
downloadruby-ec05ba7ca30436768f50afabddb4642e8060dace.tar.gz
Give more time to MinGW to run make test
10 minutes were not enough. https://github.com/ruby/ruby/actions/runs/4360048989/jobs/7622532445
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
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'}}