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
Родитель 3e731cd945
Коммит ec05ba7ca3
1 изменённых файлов: 1 добавлений и 1 удалений

2
.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'}}