Relax time-out for bundler
This commit is contained in:
parent
28392d3045
commit
e8dde46359
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
- run: make prepare-gems
|
- run: make prepare-gems
|
||||||
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: 15
|
timeout-minutes: ${{ matrix.test_task == 'check' && 15 || 40 }}
|
||||||
env:
|
env:
|
||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml"
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user