зеркало из https://github.com/github/ruby.git
Increase timeout for MinGW make test
Apparently it's too short for MinGW https://github.com/ruby/ruby/actions/runs/4317938324/jobs/7535630842
This commit is contained in:
Родитель
7b9aeaffcb
Коммит
490efd6732
|
@ -127,7 +127,7 @@ jobs:
|
||||||
make DESTDIR=../install install-nodoc
|
make DESTDIR=../install install-nodoc
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
timeout-minutes: 5
|
timeout-minutes: 10
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
|
if: ${{matrix.test_task == 'check' || matrix.test_task == 'test'}}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче