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
This commit is contained in:
Alan Wu 2024-05-31 11:08:43 -04:00
parent 082472451d
commit 533f9ea973

View File

@ -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 }}