File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
# Debug builds run much slower so we should increase the timeout
127
127
echo 'RUBY_TEST_TIMEOUT_SCALE=10' >> $GITHUB_ENV
128
128
# SYNTAX_SUGGEST_TIMEOUT defaults to 1 second
129
- echo 'SYNTAX_SUGGEST_TIMEOUT=10 ' >> $GITHUB_ENV
129
+ echo 'SYNTAX_SUGGEST_TIMEOUT=60 ' >> $GITHUB_ENV
130
130
fi
131
131
echo 'RUST_LOG=' >> $GITHUB_ENV
132
132
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
@@ -186,7 +186,7 @@ jobs:
186
186
$SETARCH make -s ${{ matrix.test_task }}
187
187
${TESTS:+TESTS="$TESTS"}
188
188
${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }}
189
- timeout-minutes : ${{ matrix.timeout || 40 }}
189
+ timeout-minutes : ${{ matrix.gc. timeout || 40 }}
190
190
env :
191
191
RUBY_TESTOPTS : ' -q --tty=no'
192
192
TEST_BUNDLED_GEMS_ALLOW_FAILURES : ' typeprof'
You can’t perform that action at this time.
0 commit comments