Skip to content

Commit dba0f72

Browse files
committed
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.
1 parent b6f4b53 commit dba0f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
142142
ulimit -c unlimited
143143
make -s ${{ matrix.test_task }} ${TESTS:+TESTS="$TESTS"}
144-
timeout-minutes: 60
144+
timeout-minutes: 90
145145
env:
146146
RUBY_TESTOPTS: '-q --tty=no'
147147
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ''

0 commit comments

Comments
 (0)