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:
parent
c19f8f6263
commit
b22b3f03f4
Notes:
git
2020-09-06 19:12:12 +09:00
2 changed files with 2 additions and 2 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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"
|
||||
|
|
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue