Skip to content

Commit 79bd2a7

Browse files
committed
Bump SYNTAX_SUGGEST_TIMEOUT to 10 seconds
1 parent b993f8f commit 79bd2a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/modgc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
cargo build
126126
# Debug builds run much slower so we should increase the timeout
127127
echo 'RUBY_TEST_TIMEOUT_SCALE=10' >> $GITHUB_ENV
128+
# SYNTAX_SUGGEST_TIMEOUT defaults to 1 second
129+
echo 'SYNTAX_SUGGEST_TIMEOUT=10' >> $GITHUB_ENV
128130
fi
129131
echo 'RUST_LOG=' >> $GITHUB_ENV
130132
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV

0 commit comments

Comments
 (0)