You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/11/25 05:51:13 UTC

[arrow] branch master updated: MINOR: [CI] Timeout MacOS job after 60min

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 61c15ed  MINOR: [CI] Timeout MacOS job after 60min
61c15ed is described below

commit 61c15ed2f2ba1f77650de1eebace10f32cf5a695
Author: Yibo Cai <yi...@arm.com>
AuthorDate: Thu Nov 25 14:46:35 2021 +0900

    MINOR: [CI] Timeout MacOS job after 60min
    
    Closes #11774 from cyb70289/macos-ci-timeout
    
    Authored-by: Yibo Cai <yi...@arm.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/cpp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index e6ceccc..133c09b 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -117,7 +117,7 @@ jobs:
     name: AMD64 MacOS 10.15 C++
     runs-on: macos-latest
     if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
-    timeout-minutes: 45
+    timeout-minutes: 60
     strategy:
       fail-fast: false
     env: