Increase timeout of test-bundler-parallel
Even if it succeeds, it takes almost 40 minutes.
This commit is contained in:
parent
00176cd40f
commit
9416bfb83d
2
.github/workflows/prism.yml
vendored
2
.github/workflows/prism.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
- test_task: test-bundler-parallel
|
||||
run_opts: '--parser=prism'
|
||||
testopts: '-v --tty=no'
|
||||
timeout: 40
|
||||
timeout: 50
|
||||
- test_task: test-bundled-gems
|
||||
run_opts: '--parser=prism'
|
||||
testopts: '-v --tty=no'
|
||||
|
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
shared_gc_dir: '/home/runner/ruby_gc'
|
||||
configure: '--with-shared-gc=/home/runner/ruby_gc'
|
||||
- test_task: test-bundler-parallel
|
||||
timeout: 50
|
||||
- test_task: test-bundled-gems
|
||||
- test_task: check
|
||||
os: ubuntu-20.04
|
||||
@ -126,7 +127,7 @@ jobs:
|
||||
$SETARCH make -s ${{ matrix.test_task }}
|
||||
${TESTS:+TESTS="$TESTS"}
|
||||
${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }}
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: ${{ matrix.timeout || 40 }}
|
||||
env:
|
||||
RUBY_TESTOPTS: '-q --tty=no'
|
||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user