summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-02 15:05:39 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-02 15:05:44 -0800
commit490efd673292ef00f2ad9129b894f117a3425040 (patch)
tree51c5e9868d4403b0ea1fa379eb5b74ecc637238c /.github
parent7b9aeaffcb5b3850771a1d7b257a71a750d9359a (diff)
downloadruby-490efd673292ef00f2ad9129b894f117a3425040.tar.gz
Increase timeout for MinGW make test
Apparently it's too short for MinGW https://github.com/ruby/ruby/actions/runs/4317938324/jobs/7535630842
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 3ae7723c51..e1b430a66b 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: 5
+ timeout-minutes: 10
run: |
make test
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}