Give more time to MinGW to run make test

10 minutes were not enough.
https://github.com/ruby/ruby/actions/runs/4360048989/jobs/7622532445
This commit is contained in:
Takashi Kokubun 2023-03-07 17:51:34 -08:00
parent 3e731cd945
commit ec05ba7ca3

View File

@ -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'}}