Use a longer timeout for syntax_suggest

for CI stability
This commit is contained in:
Takashi Kokubun 2023-04-04 14:01:41 -07:00
parent d26d3575ca
commit 1190ec60cc

View File

@ -154,6 +154,7 @@ jobs:
RUBY_TESTOPTS: "-q --tty=no"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
PRECHECK_BUNDLED_GEMS: "no"
SYNTAX_SUGGEST_TIMEOUT: "5"
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
run: echo "https://github.com/${BASE_REPO}/commit/${BASE_SHA}"