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
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
working-directory: build
|
working-directory: build
|
||||||
if: matrix.test_task == 'check'
|
if: matrix.test_task == 'check'
|
||||||
- run: make $JOBS -s ${{ matrix.test_task }}
|
- run: make $JOBS -s ${{ matrix.test_task }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 60
|
||||||
working-directory: build
|
working-directory: build
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
|
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
- name: test-all
|
- name: test-all
|
||||||
timeout-minutes: 50
|
timeout-minutes: 60
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
run: |
|
||||||
# Actions uses UTF8, causes test failures, similar to normal OS setup
|
# Actions uses UTF8, causes test failures, similar to normal OS setup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user