Extend the CI timeout for macOS
https://github.com/ruby/ruby/actions/runs/5836610844/job/15830549311
This commit is contained in:
parent
02e5095108
commit
58424787fc
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
- name: make ${{ matrix.test_task }}
|
||||
run: |
|
||||
make -s ${{ matrix.test_task }} ${TESTS:+TESTS=`echo "$TESTS" | sed 's| |$$/ -n!/|g;s|^|-n!/|;s|$|$$/|'`}
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user