mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Increase timeout for MJIT Actions
It's too short for --jit-wait https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true
This commit is contained in:
parent
3378a1ccef
commit
95edb3ec10
1 changed files with 3 additions and 3 deletions
6
.github/workflows/mjit.yml
vendored
6
.github/workflows/mjit.yml
vendored
|
@ -43,11 +43,11 @@ jobs:
|
||||||
- run: make $JOBS
|
- run: make $JOBS
|
||||||
- run: sudo make $JOBS -s install
|
- run: sudo make $JOBS -s install
|
||||||
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 10
|
timeout-minutes: 60
|
||||||
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test-all RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 10
|
timeout-minutes: 60
|
||||||
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
|
||||||
timeout-minutes: 5
|
timeout-minutes: 60
|
||||||
- uses: k0kubun/action-slack@v2.0.0
|
- uses: k0kubun/action-slack@v2.0.0
|
||||||
with:
|
with:
|
||||||
payload: |
|
payload: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue