From 533f9ea9732ede68d024395f3ce37e09381c886d Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Fri, 31 May 2024 11:08:43 -0400 Subject: 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 --- .github/workflows/yjit-macos.yml | 1 + 1 file changed, 1 insertion(+) 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 }} -- cgit v1.2.3