diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2024-05-31 11:08:43 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2024-05-31 13:07:33 -0400 |
| commit | 533f9ea9732ede68d024395f3ce37e09381c886d (patch) | |
| tree | a8324a0489f2ee631dbc04f9f5f2d2e6cd3b744b /.github | |
| parent | 082472451dcea0b28fd7a6bdeef227fda0425751 (diff) | |
YJIT: CI: Extend SYNTAX_SUGGEST_TIMEOUT for macOS
To make it the same as the Ubuntu job. To avoid timeout failures due to
added compilation time in call-threshold=1 runs.
See: https://github.com/ruby/ruby/actions/runs/9317760443/job/25648721990
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/yjit-macos.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/yjit-macos.yml b/.github/workflows/yjit-macos.yml index bd17b302ae..9660572e99 100644 --- a/.github/workflows/yjit-macos.yml +++ b/.github/workflows/yjit-macos.yml @@ -135,6 +135,7 @@ jobs: env: RUBY_TESTOPTS: '-q --tty=no' TEST_BUNDLED_GEMS_ALLOW_FAILURES: '' + SYNTAX_SUGGEST_TIMEOUT: '5' PRECHECK_BUNDLED_GEMS: 'no' continue-on-error: ${{ matrix.continue-on-test_task || false }} |
