diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-10-29 10:31:03 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-10-29 10:32:52 +0900 |
| commit | 96648c509353bb5972bb3a4866ab38e0143e9886 (patch) | |
| tree | edd1907488ba33beb1da3635299e9e0de74dc4d6 /.github/workflows/macos.yml | |
| parent | 3e743d31473686a0365e60b3f233707ef58625fe (diff) | |
Mitigate the timeout of tests [ci skip]
* The worker timeouts seem working for test-all.
* The bundled gems have increased.
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index eb04b82b56..1b07dd82ec 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -50,7 +50,7 @@ jobs: - run: make prepare-gems if: ${{ matrix.test_task == 'check' }} - run: make -s ${{ matrix.test_task }} - timeout-minutes: ${{ matrix.test_task == 'check' && 15 || 40 }} + timeout-minutes: 40 env: RUBY_TESTOPTS: "-q --tty=no" TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rexml" |
