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
Родитель 082472451d
Коммит 533f9ea973
1 изменённых файлов: 1 добавлений и 0 удалений

1
.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 }}