File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,8 @@ jobs:
184
184
run : |
185
185
echo "cppflags=-DENABLE_PATH_CHECK=0 -DRUBY_DEBUG=1" >> $GITHUB_ENV
186
186
echo "optflags=-O3 -fno-inline" >> $GITHUB_ENV
187
+ # Make the test timeouts more generous (RUBY_DEBUG is slower, see https://bugs.ruby-lang.org/issues/21295)
188
+ echo "RUBY_TEST_TIMEOUT_SCALE=5" >> $GITHUB_ENV
187
189
if : matrix.name == 'debug'
188
190
- name : Build dependencies and set configure flags (asan)
189
191
run : |
@@ -211,7 +213,7 @@ jobs:
211
213
# Make sure we link against the ASAN libs we built
212
214
echo "cflags=-I$ASAN_LIB_PREFIX/include" >> $GITHUB_ENV
213
215
echo "LDFLAGS=-L$ASAN_LIB_PREFIX/lib -Wl,-rpath=$ASAN_LIB_PREFIX/lib" >> $GITHUB_ENV
214
- # Make the test timeouts more generous too (ASAN is slower)
216
+ # Make the test timeouts more generous (ASAN is slower)
215
217
echo "RUBY_TEST_TIMEOUT_SCALE=5" >> $GITHUB_ENV
216
218
echo "SYNTAX_SUGGEST_TIMEOUT=600" >> $GITHUB_ENV
217
219
if : matrix.name == 'asan' || matrix.name == '3.4-asan'
You can’t perform that action at this time.
0 commit comments