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

Relax time-out for bundler

This commit is contained in:
Nobuyoshi Nakada 2021-10-04 12:37:11 +09:00
parent 28392d3045
commit e8dde46359
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -39,7 +39,7 @@ jobs:
- run: make prepare-gems
if: ${{ matrix.test_task == 'check' }}
- run: make $JOBS -s ${{ matrix.test_task }}
timeout-minutes: 15
timeout-minutes: ${{ matrix.test_task == 'check' && 15 || 40 }}
env:
RUBY_TESTOPTS: "-q --tty=no"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml"