Skip to content

Commit

Permalink
CI timeout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 29, 2024
1 parent 79bd2a7 commit 45b6e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
# 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
echo 'SYNTAX_SUGGEST_TIMEOUT=60' >> $GITHUB_ENV
fi
echo 'RUST_LOG=' >> $GITHUB_ENV
echo 'MMTK_PLAN=${{ matrix.gc.mmtk_plan }}' >> $GITHUB_ENV
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
$SETARCH make -s ${{ matrix.test_task }}
${TESTS:+TESTS="$TESTS"}
${{ !contains(matrix.test_task, 'bundle') && 'RUBYOPT=-w' || '' }}
timeout-minutes: ${{ matrix.timeout || 40 }}
timeout-minutes: ${{ matrix.gc.timeout || 40 }}
env:
RUBY_TESTOPTS: '-q --tty=no'
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'typeprof'
Expand Down

0 comments on commit 45b6e57

Please sign in to comment.