Use a longer timeout for syntax_suggest
for CI stability
This commit is contained in:
parent
d26d3575ca
commit
1190ec60cc
1
.github/workflows/yjit-ubuntu.yml
vendored
1
.github/workflows/yjit-ubuntu.yml
vendored
@ -154,6 +154,7 @@ jobs:
|
|||||||
RUBY_TESTOPTS: "-q --tty=no"
|
RUBY_TESTOPTS: "-q --tty=no"
|
||||||
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
|
||||||
PRECHECK_BUNDLED_GEMS: "no"
|
PRECHECK_BUNDLED_GEMS: "no"
|
||||||
|
SYNTAX_SUGGEST_TIMEOUT: "5"
|
||||||
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
|
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
|
||||||
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
|
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
|
||||||
run: echo "https://github.com/${BASE_REPO}/commit/${BASE_SHA}"
|
run: echo "https://github.com/${BASE_REPO}/commit/${BASE_SHA}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user