summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-11-28 00:17:55 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-11-28 00:17:56 -0800
commit95edb3ec107c89a04d2a7e2395841cc228e91a81 (patch)
tree801ee9c0917ef62a473ec7750021d1303d47bd5e /.github
parent3378a1ccef8fe867c58b0df37a366c31d0a075a8 (diff)
Increase timeout for MJIT Actions
It's too short for --jit-wait https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mjit.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index cdb6c940cb..4aaca36641 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -43,11 +43,11 @@ jobs:
- run: make $JOBS
- run: sudo make $JOBS -s install
- 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"
- timeout-minutes: 10
+ timeout-minutes: 60
- run: make $JOBS -s test-spec RUN_OPTS="$RUN_OPTS"
- timeout-minutes: 5
+ timeout-minutes: 60
- uses: k0kubun/action-slack@v2.0.0
with:
payload: |