diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-29 09:57:26 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-29 09:58:28 -0700 |
| commit | dba0f72592e4bf9aedd61f8d2fe27a5b0a5fcb76 (patch) | |
| tree | 4cbbbc788dc9280dd45e0b7051a322194c201710 | |
| parent | b6f4b5399d22aab18fa3d163b9cc1764ad0df7dd (diff) | |
Extend timeout-minutes for macOS --repeat-count=2
https://github.com/ruby/ruby/actions/runs/17308244022/job/49136485007
I'm not sure if it's stuck forever at the end or happens to take that
much time around the end of it, but let me just try this first.
If it doesn't work, something's wrong with --repeat-count=2 on test-all.
| -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 aab238ea47..2a8f8df40f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -141,7 +141,7 @@ jobs: ulimit -c unlimited make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"} - timeout-minutes: 60 + timeout-minutes: 90 env: RUBY_TESTOPTS: '-q --tty=no' TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' |
