[前][次][番号順一覧][スレッド一覧]

ruby-changes:63786

From: Takashi <ko1@a...>
Date: Sat, 28 Nov 2020 17:18:36 +0900 (JST)
Subject: [ruby-changes:63786] 95edb3ec10 (master): Increase timeout for MJIT Actions

https://git.ruby-lang.org/ruby.git/commit/?id=95edb3ec10

From 95edb3ec107c89a04d2a7e2395841cc228e91a81 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sat, 28 Nov 2020 00:17:55 -0800
Subject: Increase timeout for MJIT Actions

It's too short for --jit-wait
https://github.com/ruby/ruby/runs/1466690076?check_suite_focus=true

diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index cdb6c94..4aaca36 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -43,11 +43,11 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L43
       - 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@v...
         with:
           payload: |
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]