Skip to content

Commit

Permalink
Bump SYNTAX_SUGGEST_TIMEOUT to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 29, 2024
1 parent b993f8f commit 79bd2a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
cargo build
# Debug builds run much slower so we should increase the timeout
echo 'RUBY_TEST_TIMEOUT_SCALE=10' >> $GITHUB_ENV
# SYNTAX_SUGGEST_TIMEOUT defaults to 1 second
echo 'SYNTAX_SUGGEST_TIMEOUT=10' >> $GITHUB_ENV
fi
echo 'RUST_LOG=' >> $GITHUB_ENV
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
Expand Down

0 comments on commit 79bd2a7

Please sign in to comment.