Skip to content

Commit 45b6e57

Browse files
committed
CI timeout fixes
1 parent 79bd2a7 commit 45b6e57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/modgc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# Debug builds run much slower so we should increase the timeout
127127
echo 'RUBY_TEST_TIMEOUT_SCALE=10' >> $GITHUB_ENV
128128
# SYNTAX_SUGGEST_TIMEOUT defaults to 1 second
129-
echo 'SYNTAX_SUGGEST_TIMEOUT=10' >> $GITHUB_ENV
129+
echo 'SYNTAX_SUGGEST_TIMEOUT=60' >> $GITHUB_ENV
130130
fi
131131
echo 'RUST_LOG=' >> $GITHUB_ENV
132132
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
@@ -186,7 +186,7 @@ jobs:
186186
$SETARCH make -s ${{ matrix.test_task }}
187187
${TESTS:+TESTS="$TESTS"}
188188
${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }}
189-
timeout-minutes: ${{ matrix.timeout || 40 }}
189+
timeout-minutes: ${{ matrix.gc.timeout || 40 }}
190190
env:
191191
RUBY_TESTOPTS: '-q --tty=no'
192192
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof'

0 commit comments

Comments
 (0)