diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 46f00387eb..7c3f19f55b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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"