1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Increase timeout for GitHub Actions.

This commit is contained in:
Samuel Williams 2020-09-06 19:01:48 +12:00
parent c19f8f6263
commit b22b3f03f4
Notes: git 2020-09-06 19:12:12 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
working-directory: build
if: matrix.test_task == 'check'
- run: make $JOBS -s ${{ matrix.test_task }}
timeout-minutes: 30
timeout-minutes: 60
working-directory: build
env:
RUBY_TESTOPTS: "-q --tty=no"

View file

@ -107,7 +107,7 @@ jobs:
make test
- name: test-all
timeout-minutes: 50
timeout-minutes: 60
working-directory: build
run: |
# Actions uses UTF8, causes test failures, similar to normal OS setup