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

ruby-changes:62849

From: Samuel <ko1@a...>
Date: Sun, 6 Sep 2020 19:12:06 +0900 (JST)
Subject: [ruby-changes:62849] b22b3f03f4 (master): Increase timeout for GitHub Actions.

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

From b22b3f03f46cb3c4e3e6fb55d23ae7fccaa19359 Mon Sep 17 00:00:00 2001
From: Samuel Williams <samuel.williams@o...>
Date: Sun, 6 Sep 2020 19:01:48 +1200
Subject: Increase timeout for GitHub Actions.


diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e5917db..79264fd 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -46,7 +46,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/macos.yml#L46
         working-directory: build
         if: matrix.test_task == 'check'
       - run: make $JOBS -s ${{ matrix.test_task }}
-        timeout-minutes: 30
+        timeout-minutes: 60
         working-directory: build
         env:
           RUBY_TESTOPTS: "-q --tty=no"
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 95abd33..9726c69 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -107,7 +107,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mingw.yml#L107
           make test
 
       - name: test-all
-        timeout-minutes: 50
+        timeout-minutes: 60
         working-directory: build
         run: |
           # Actions uses UTF8, causes test failures, similar to normal OS setup
-- 
cgit v0.10.2


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

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