1
0
Fork 0
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:
Takashi Kokubun 2020-11-28 00:17:55 -08:00
parent 3378a1ccef
commit 95edb3ec10
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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: |