You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2021/09/27 20:10:06 UTC

[samza] branch master updated: SAMZA-2696: Set CI timeout to 60 minutes (#1536)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7da4ac9  SAMZA-2696: Set CI timeout to 60 minutes (#1536)
7da4ac9 is described below

commit 7da4ac9133963f249f018297b9c3ad9ef755c65f
Author: Jon Bringhurst <jo...@bringhurst.org>
AuthorDate: Mon Sep 27 13:10:01 2021 -0700

    SAMZA-2696: Set CI timeout to 60 minutes (#1536)
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af0a8f9..365ea65 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,6 +22,7 @@ on: [pull_request,push]
 jobs:
   build:
     runs-on: ubuntu-latest
+    timeout-minutes: 60
 
     steps:
       - name: Cache Gradle packages