CI: Fix duplicate timeouts

This commit is contained in:
Nobuyoshi Nakada 2025-06-06 09:40:15 +09:00
parent f0cf4dce65
commit f1fe26a334
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
2 changed files with 2 additions and 2 deletions

View File

@ -140,6 +140,7 @@ jobs:
srcdir: src
is-yjit: true
continue-on-error: true
timeout-minutes: 3
- name: make ${{ matrix.test_task }}
run: |
@ -158,7 +159,6 @@ jobs:
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
continue-on-error: ${{ matrix.continue-on-test_task || false }}
timeout-minutes: 3
- name: make skipped tests
run: |

View File

@ -188,6 +188,7 @@ jobs:
srcdir: src
is-yjit: true
continue-on-error: true
timeout-minutes: 3
- name: make ${{ matrix.test_task }}
run: |
@ -208,7 +209,6 @@ jobs:
LAUNCHABLE_STDOUT: ${{ steps.launchable.outputs.stdout_report_path }}
LAUNCHABLE_STDERR: ${{ steps.launchable.outputs.stderr_report_path }}
continue-on-error: ${{ matrix.continue-on-test_task || false }}
timeout-minutes: 3
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison
run: echo "https://github.com/${BASE_REPO}/commit/${BASE_SHA}"