Increase timeout of test-bundler-parallel

Even if it succeeds, it takes almost 40 minutes.
This commit is contained in:
Nobuyoshi Nakada 2024-08-11 00:19:20 +09:00
parent 00176cd40f
commit 9416bfb83d
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
2 changed files with 3 additions and 2 deletions

View File

@ -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'

View File

@ -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: ''